去除请领单-提交请领车直接作废是否点击了开始服务逻辑
This commit is contained in:
parent
e3b0c6f540
commit
ff76a8ba39
|
|
@ -645,14 +645,9 @@ public class QingLingServiceImpl implements IQinglingApi {
|
|||
String nowStatus = one.getStatus();
|
||||
|
||||
//检测是否已经开始服务
|
||||
{
|
||||
InvoicingOrdersEntity p_ = new InvoicingOrdersEntity();
|
||||
if ("1".equals(nowStatus)) {
|
||||
p_.setFlowCode("ql_zf");
|
||||
}
|
||||
if ("3".equals(nowStatus)) {
|
||||
InvoicingOrdersEntity p_ = new InvoicingOrdersEntity();
|
||||
p_.setFlowCode("ql_htzf");
|
||||
}
|
||||
p_.setNuId(one.getNuId());
|
||||
p_.setElderId(one.getElderId());
|
||||
InvoicingOrdersEntity v_ = invoicingOrdersApi.getQlOrderInfo(p_);
|
||||
|
|
|
|||
Loading…
Reference in New Issue