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