This commit is contained in:
linfso 2025-02-18 14:56:52 +08:00
parent 250642ce90
commit 323d673792

View File

@ -1853,10 +1853,12 @@
and a.send_site_code=#{params.privSiteCode} and a.current_site_code=#{params.privSiteCode}
</if>
<if test="params.isNeedBatch != null and params.isNeedBatch == 1">
and a.bill_code not in( select etb.bill_code from emis_tms_site_batch_dtl etb where etb.del_flag='0' )
and bl_sign!='1' and waybill_status!='40'
<!--
and a.bill_code not in( select etb.bill_code from emis_tms_site_batch_dtl etb where etb.del_flag='0' )
and bl_sign!='1' and waybill_status!='40'
-->
and a.bill_code=#{billCode}
</if>