md
This commit is contained in:
parent
5e9b6be254
commit
502e2e7d24
@ -241,6 +241,12 @@
|
||||
<if test="params.endScanDate != null and params.endScanDate != ''">
|
||||
and scan_date <![CDATA[ <= ]]> #{params.endScanDate}
|
||||
</if>
|
||||
<if test="params.beginSignDate != null and params.beginSignDate != ''">
|
||||
and sign_date <![CDATA[ >= ]]> #{params.beginSignDate}
|
||||
</if>
|
||||
<if test="params.endSignDate != null and params.endSignDate != ''">
|
||||
and sign_date <![CDATA[ <= ]]> #{params.endScanDate}
|
||||
</if>
|
||||
<if test="params.isSubBill != null and params.isSubBill = '1'">
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user