This commit is contained in:
zjh 2025-12-14 20:39:12 +08:00
parent d542ab5fc0
commit d87a590c34

View File

@ -23,8 +23,8 @@ public class UserPermissionGetter {
private RuntimeAppContextService runtimeAppContextService; private RuntimeAppContextService runtimeAppContextService;
public String getCurrentUserId() { public String getCurrentUserId() {
// return runtimeAppContextService.getCurrentUserId(); return runtimeAppContextService.getCurrentUserId();
return "zjh"; // return "zjh";
} }
// 获取子系统下的参数权限 // 获取子系统下的参数权限