1.修复从CAD 获取

This commit is contained in:
大米 2024-05-16 10:58:59 +08:00
parent 4a1c6c00d6
commit 47da3a9d58
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class SessionUtil {
*/ */
public static String getUserCode() { public static String getUserCode() {
//return Optional.ofNullable(loginUser.get()).map(LoginUserInfoDTO::getUserCode).orElse("QHI17062100"); //return Optional.ofNullable(loginUser.get()).map(LoginUserInfoDTO::getUserCode).orElse("QHI17062100");
return "NFLG20231201"; return getUser().getUserCode();
} }