服务指令-请领流程,回退BUG处理
This commit is contained in:
parent
7d3ad8af79
commit
7d865f24e9
|
|
@ -223,6 +223,7 @@ public class QlOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMapper, Invo
|
|||
ioQw.eq("iz_finish", "N");
|
||||
ioQw.eq("del_flag", "0");
|
||||
ioQw.eq("biz_type", "ql_ck");
|
||||
ioQw.eq("iz_rollback", "N");
|
||||
ioQw.eq("biz_id", invoicingOrdersEntity.getBizId());
|
||||
InvoicingOrders order = this.getOne(ioQw);
|
||||
log.info("order:"+order);
|
||||
|
|
|
|||
Loading…
Reference in New Issue