diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index c57c3a0..db13ab3 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -107,12 +107,12 @@ delete from users where id = #{id,jdbcType=INTEGER} @@ -197,7 +197,7 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p 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,foreign_id,other_account + ks_id,foreign_id,other_account,zhiChenId from users u LEFT JOIN user_role_maps ur on u.id = ur.user_id where 1=1