Commit 3c7392c0 by wushanyu

系统管理权限查询页面,山西地市县级管理员查询条件调整,“地市管理员”改成“地市级管理员”

parent c725c4e4
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="FrameworkDetectionExcludesConfiguration"> <component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" /> <file type="web" url="file://$PROJECT_DIR$" />
<type id="Spring" /> <type id="Spring" />
...@@ -11,7 +14,7 @@ ...@@ -11,7 +14,7 @@
</list> </list>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/target" /> <output url="file://$PROJECT_DIR$/target" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
xmlagg(xmlparse(content roleName||',' wellformed) order by u.user_id).getclobval() as roleName xmlagg(xmlparse(content roleName||',' wellformed) order by u.user_id).getclobval() as roleName
from sys_role r join sys_user_role u on r.id=u.role_id where u.scbz='0' and r.scbz='0' GROUP BY u.user_id) tt from sys_role r join sys_user_role u on r.id=u.role_id where u.scbz='0' and r.scbz='0' GROUP BY u.user_id) tt
on t.id=tt.user_id on t.id=tt.user_id
where scbz='0' and t.username != 'admin' and rolename like '%地市管理员%' where scbz='0' and t.username != 'admin' and rolename like '%地市管理员%'
<if test="trueName !=null"> and true_name like '%'||#{trueName}||'%'</if> <if test="trueName !=null"> and true_name like '%'||#{trueName}||'%'</if>
<if test="policemanid !=null"> and policemanid like '%'||#{policemanid}||'%'</if> <if test="policemanid !=null"> and policemanid like '%'||#{policemanid}||'%'</if>
<if test="unitcode !=null"> and UNITCODE like '%'||#{unitcode}||'%'</if> <if test="unitcode !=null"> and UNITCODE like '%'||#{unitcode}||'%'</if>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
xmlagg(xmlparse(content roleName||',' wellformed) order by u.user_id).getclobval() as roleName xmlagg(xmlparse(content roleName||',' wellformed) order by u.user_id).getclobval() as roleName
from sys_role r join sys_user_role u on r.id=u.role_id where u.scbz='0' and r.scbz='0' GROUP BY u.user_id) tt from sys_role r join sys_user_role u on r.id=u.role_id where u.scbz='0' and r.scbz='0' GROUP BY u.user_id) tt
on t.id=tt.user_id on t.id=tt.user_id
where scbz='0' and t.username != 'admin' and rolename like '%地市管理员%' where scbz='0' and t.username != 'admin' and rolename like '%地市管理员%'
<if test="trueName !=null"> and true_name like '%'||#{trueName}||'%'</if> <if test="trueName !=null"> and true_name like '%'||#{trueName}||'%'</if>
<if test="policemanid !=null"> and policemanid like '%'||#{policemanid}||'%'</if> <if test="policemanid !=null"> and policemanid like '%'||#{policemanid}||'%'</if>
<if test="unitcode !=null"> and UNITCODE like '%'||#{unitcode}||'%'</if> <if test="unitcode !=null"> and UNITCODE like '%'||#{unitcode}||'%'</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment