This commit is contained in:
linfso 2024-06-08 21:03:11 +08:00
parent b2b5584574
commit 61b5e2d16f

View File

@ -535,19 +535,14 @@
and a.create_time <![CDATA[ <= ]]> #{params.endCreateTime}
</if>
<if test="params.expireNotSign != null and params.expireNotSign == '1'">
<if test="params.expireNotSign != null and params.expireNotSign == 1">
and a.estimate_date <![CDATA[ < ]]> now() and bl_sign!='1'
</if>
<if test="params.printFlag != null and params.printFlag != ''">
<if test="params.printFlag != null ">
and a.bl_print=#{params.printFlag}
</if>
<if test="params.isNeedPack != null and params.isNeedPack == 1">
and a.bill_code not in( select m.bill_code from emis_tms_pack_dtl m where m.del_flag='0' )
</if>