md
This commit is contained in:
parent
0bfbc260a4
commit
d75988a2dc
@ -109,11 +109,11 @@
|
||||
</if>
|
||||
|
||||
<if test="params.thisSiteScanType != null and params.thisSiteScanType !=''">
|
||||
scan_type=#{params.thisSiteScanType}
|
||||
and scan_type=#{params.thisSiteScanType}
|
||||
</if>
|
||||
|
||||
<if test="params.thisSiteCode != null and params.thisSiteCode !=''">
|
||||
scan_site_code=#{params.thisSiteCode}
|
||||
and scan_site_code=#{params.thisSiteCode}
|
||||
</if>
|
||||
|
||||
GROUP BY scan_site_code asc
|
||||
@ -251,7 +251,7 @@
|
||||
<!-- 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