This commit is contained in:
linfso 2024-07-26 18:42:15 +08:00
parent fad794163b
commit 094cdc644d

View File

@ -110,7 +110,7 @@
where EXISTS(
select 1 from emis_waybill b
where
b.del_flag='0' and waybill_status !='0'
b.del_flag='0' and order_status !='0'
and a.main_bill_code=b.bill_code
<if test="params.billCode != null and params.billCode != ''">