This commit is contained in:
linfso 2024-06-06 17:30:01 +08:00
parent 702c1747e9
commit c199bba7ff

View File

@ -462,6 +462,11 @@
and create_time <![CDATA[ <= ]]> #{params.endCreateTime}
</if>
<if test="params.expireNotSign != null and params.expireNotSign = '1'">
and estimate_date <![CDATA[ < ]]> now() and bl_sign!='1'
</if>
<if test="params.printFlag != null and params.printFlag != ''">
and bl_print=#{params.printFlag}
</if>