This commit is contained in:
linfso 2024-06-04 12:35:48 +08:00
parent c40975e14c
commit 0bfbc260a4

View File

@ -247,13 +247,13 @@
and sign_date <![CDATA[ <= ]]> #{params.endSignDate}
</if>
<if test="params.isUploadPic != null and params.isUploadPic = 1 ">
and pic_url is not null
</if>
<!-- <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">
and pic_url is null
</if>
<!-- <if test="params.isUploadPic != null and params.isUploadPic != 0">-->
<!-- and pic_url is null-->
<!-- </if>-->
<if test="params.isSubBill != null and params.isSubBill = 1">
</if>