From bcf4e8f935384909f354067e5f8affa95ce6fa30 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Thu, 26 Sep 2024 16:02:46 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=99=BB=E5=BD=95=E5=90=8E=E8=A7=A3?= =?UTF-8?q?=E5=AF=86=E9=82=AE=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jero/modules/system/service/impl/LoginServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/laws-module-system/src/main/java/com/jero/modules/system/service/impl/LoginServiceImpl.java b/laws-module-system/src/main/java/com/jero/modules/system/service/impl/LoginServiceImpl.java index 9fe6ae5c..ecf54300 100644 --- a/laws-module-system/src/main/java/com/jero/modules/system/service/impl/LoginServiceImpl.java +++ b/laws-module-system/src/main/java/com/jero/modules/system/service/impl/LoginServiceImpl.java @@ -701,6 +701,7 @@ public class LoginServiceImpl implements ILoginService { String departIds_dicText = this.translateDictValue("id", "depart_name", "sys_depart", departIds, null); sysUser.setDepartIds_dicText(departIds_dicText); } + sysUser.setEmail(PasswordUtil.decrypt(sysUser.getEmail())); obj.put("token", token); obj.put(USER_INFO, sysUser); obj.put("sysAllDictItems", sysDictService.queryAllDictItems());