解决请领单流程bug
This commit is contained in:
parent
63f4b620ae
commit
632482e93f
|
|
@ -298,7 +298,7 @@ public class QingLingServiceImpl implements IQinglingApi {
|
|||
//检测是否已经开始服务
|
||||
{
|
||||
InvoicingOrdersEntity p_ = new InvoicingOrdersEntity();
|
||||
p_.setFlowCode("ql_sqr");
|
||||
p_.setFlowCode("ql_sq");
|
||||
p_.setNuId(one.getNuId());
|
||||
p_.setElderId(one.getElderId());
|
||||
InvoicingOrdersEntity v_ = invoicingOrdersApi.getQlOrderInfo(p_);
|
||||
|
|
@ -647,7 +647,7 @@ public class QingLingServiceImpl implements IQinglingApi {
|
|||
//检测是否已经开始服务
|
||||
if ("3".equals(nowStatus)) {
|
||||
InvoicingOrdersEntity p_ = new InvoicingOrdersEntity();
|
||||
p_.setFlowCode("ql_htzf");
|
||||
p_.setFlowCode("ql_sq");
|
||||
p_.setNuId(one.getNuId());
|
||||
p_.setElderId(one.getElderId());
|
||||
InvoicingOrdersEntity v_ = invoicingOrdersApi.getQlOrderInfo(p_);
|
||||
|
|
|
|||
Loading…
Reference in New Issue