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