1.修复从CAD 获取
This commit is contained in:
parent
4a1c6c00d6
commit
47da3a9d58
|
|
@ -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();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue