This commit is contained in:
linfso 2024-06-11 17:53:08 +08:00
parent 24567da82a
commit fb050c19e8

View File

@ -550,13 +550,13 @@
<if test="params.isNeedPack != null and params.isNeedPack == 1">
and a.bill_code not in( select etp.bill_code from emis_tms_pack_dtl etp where etp.del_flag='0' )
and a.blIsQuestion = '0'
and a.bl_is_question = '0'
</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 a.blIsQuestion = '0'
and a.bl_is_question = '0'
</if>