md
This commit is contained in:
parent
702c1747e9
commit
c199bba7ff
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user