This commit is contained in:
linfso 2024-06-04 15:11:21 +08:00
parent 0bfbc260a4
commit d75988a2dc

View File

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