This commit is contained in:
linfso 2024-06-03 11:10:46 +08:00
parent 5e9b6be254
commit 502e2e7d24

View File

@ -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>