md
This commit is contained in:
parent
faae64ebaa
commit
0d4f42a6ce
@ -271,7 +271,11 @@
|
||||
|
||||
<if test="params.isPrivQuery != null and params.isPrivQuery ='T'">
|
||||
and (
|
||||
create_site=#{params.privSiteCode}
|
||||
1=1
|
||||
<if test="params.privSiteCode != null">
|
||||
and scanSiteCode=#{params.privSiteCode}
|
||||
</if>
|
||||
|
||||
)
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user