Commit 6f652e1c9d1a2a347e938324aedd3cabcc274d13
1 parent
020dce4386
Exists in
master
and in
6 other branches
登录url地址添加
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterUsers.xml
View file @
6f652e1
... | ... | @@ -245,7 +245,7 @@ |
245 | 245 | <select id="queryUsers2" resultMap="UsersResultMap" parameterType="com.lyms.platform.permission.model.UsersQuery"> |
246 | 246 | select DISTINCT u.id |
247 | 247 | 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, |
248 | - ks_id,foreign_id,other_account,zhiChenId | |
248 | + ks_id,foreign_id,other_account,zhiChenId,defaultpage | |
249 | 249 | from users u LEFT JOIN user_role_maps ur |
250 | 250 | on u.id = ur.user_id |
251 | 251 | where 1=1 |