服务指令-请领流程作废流程判断增加是否开始
This commit is contained in:
parent
9ecf371710
commit
2bf72376f6
|
|
@ -280,6 +280,7 @@ public class QlOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMapper, Invo
|
|||
ioQw.eq("directive_id", flow.getDirectiveId());
|
||||
ioQw.eq("nu_id", invoicingOrdersEntity.getNuId());
|
||||
ioQw.eq("elder_id", invoicingOrdersEntity.getElderId());
|
||||
ioQw.eq("iz_start", "N");
|
||||
ioQw.eq("iz_finish", "N");
|
||||
ioQw.eq("del_flag", "0");
|
||||
ioQw.eq("biz_type", "ql_ck");
|
||||
|
|
|
|||
Loading…
Reference in New Issue