Commit bd9dfa978a643f63b4ef8e2161e4b78391f5e7c2

Authored by rui.zhang
1 parent 7629a5055f

platform permission

add return pageinfo

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/Users.xml View file @ bd9dfa9
... ... @@ -187,7 +187,7 @@
187 187  
188 188  
189 189 <select id="queryUsers2" resultMap="UsersResultMap" parameterType="com.lyms.platform.permission.model.UsersQuery">
190   - select u.id id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,publish_name,u.yn,enable,modified,created,remarks,last_login_time, ks_id
  190 + select DISTINCT u.id id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,publish_name,u.yn,enable,modified,created,remarks,last_login_time, ks_id
191 191 from users u LEFT JOIN user_role_maps ur
192 192 on u.id = ur.user_id
193 193 where 1=1