md
This commit is contained in:
parent
9eb9fc408b
commit
8d87b10592
@ -281,11 +281,11 @@
|
||||
and sign_date <![CDATA[ <= ]]> #{params.endSignDate}
|
||||
</if>
|
||||
|
||||
<if test="params.isUploadPic != null and params.isUploadPic == '1' ">
|
||||
<if test="params.isUploadPic != null and params.isUploadPic == 1 ">
|
||||
and pic_url is not null
|
||||
</if>
|
||||
|
||||
<if test="params.isUploadPic != null and params.isUploadPic == '0' ">
|
||||
<if test="params.isUploadPic != null and params.isUploadPic == 0 ">
|
||||
and pic_url is null
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user