This commit is contained in:
linfso 2025-02-18 14:51:58 +08:00
parent 30d60ebbbd
commit 250642ce90

View File

@ -1306,10 +1306,13 @@
<if test="params.isNeedBatch != null and params.isNeedBatch == 1">
and a.bill_code = #{billCode}
<!--
and a.bill_code not in(
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}
)
-->
</if>