This commit is contained in:
linfso 2024-11-28 10:34:50 +08:00
parent 22c0572339
commit 2e737073c8

View File

@ -1281,7 +1281,6 @@
select etsbd.bill_code from emis_tms_site_batch_dtl etsbd,emis_tms_site_batch etsb
where etsbd.batch_no=etsb.batch_no and etsbd.del_flag='0' and etsb.del_flag='0' and etsb.batch_type=#{params.batchType}
)
and bl_sign!='1' and waybill_status!='40'
</if>