This commit is contained in:
linfso 2024-06-03 11:46:38 +08:00
parent d5b366967d
commit 29f62413de

View File

@ -245,9 +245,7 @@
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">
and sign_date <![CDATA[ <= ]]> #{params.endSignDate}
</if>
<if test="params.isUploadPic != null and params.isUploadPic = 1">
@ -258,6 +256,9 @@
and pic_url is null
</if>
<if test="params.isSubBill != null and params.isSubBill = 1">
</if>
</where>