服务指令-请领流程作废流程判断增加是否开始

This commit is contained in:
曹磊 2025-12-19 08:59:59 +08:00
parent 9ecf371710
commit 2bf72376f6
1 changed files with 1 additions and 0 deletions

View File

@ -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");