用户查询逻辑
This commit is contained in:
parent
88f536a0e3
commit
4d9ea3716b
|
|
@ -948,7 +948,7 @@
|
||||||
LEFT JOIN ListPerform sp ON sp.`ListPerformId` = lf.`SupClassId`
|
LEFT JOIN ListPerform sp ON sp.`ListPerformId` = lf.`SupClassId`
|
||||||
WHERE su.`UserType` = '政府用户'
|
WHERE su.`UserType` = '政府用户'
|
||||||
|
|
||||||
and FIND_IN_SET(#{areaCode},su.area_code)
|
and FIND_IN_SET(#{areaCode},su.area_path)
|
||||||
<if test="State!=null and State!=''">
|
<if test="State!=null and State!=''">
|
||||||
and su.State = #{State}
|
and su.State = #{State}
|
||||||
</if>
|
</if>
|
||||||
|
|
@ -1250,8 +1250,6 @@
|
||||||
<if test="State!=null and State!=''">
|
<if test="State!=null and State!=''">
|
||||||
and su.State = #{State}
|
and su.State = #{State}
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
|
||||||
AND (su.`ChinaName` LIKE #{condition} OR su.`SysUserName` LIKE #{condition})
|
AND (su.`ChinaName` LIKE #{condition} OR su.`SysUserName` LIKE #{condition})
|
||||||
AND su.SysUnitOrEntId = #{unitId}
|
AND su.SysUnitOrEntId = #{unitId}
|
||||||
ORDER BY lf.SysLevel asc,lf.SortId asc
|
ORDER BY lf.SysLevel asc,lf.SortId asc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user