md
This commit is contained in:
parent
83641baacd
commit
04195bb929
@ -248,11 +248,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 != 1">
|
||||
and pic_url is null
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user