This commit is contained in:
linfso 2024-06-19 21:24:28 +08:00
parent 920f1eb57b
commit 9eb9fc408b

View File

@ -563,16 +563,15 @@
</if>
<if test="blSign != null and blSign == '1'">
<if test="blSign != null and blSign == 1">
and bl_sign='1'
</if>
<if test="blSign != null and blSign == '0'">
<if test="blSign != null and blSign == 0">
and bl_sign!='1'
</if>
<if test="params.beginSendDate != null and params.beginSendDate != ''">
and a.send_date <![CDATA[ >= ]]> #{params.beginSendDate}
</if>
@ -605,7 +604,7 @@
<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.bl_is_question = '0'
and bl_sign!='1' and waybill_status!='40'
</if>