update 登录后手机号返回明文
This commit is contained in:
+1
@@ -455,6 +455,7 @@ public class LoginController {
|
||||
if (oConvertUtils.isEmpty(sysUserById.getOrgCode())) {
|
||||
sysUserService.updateUserDepart(username, departs.get(0).getOrgCode());
|
||||
}
|
||||
sysUserById.setPhone(PasswordUtil.decrypt(sysUserById.getPhone()));
|
||||
// update-end--Author:wangshuai Date:20200805 for:如果用戶为选择部门,数据库为存在上一次登录部门,则取一条存进去
|
||||
obj.put("multi_depart", 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user