This commit is contained in:
linfso 2024-06-19 21:26:27 +08:00
parent 9eb9fc408b
commit 8d87b10592

View File

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