zxl
2025-09-19 0d243e7f5dc593cdc6e0608bb52cd635f8fc6982
ycl-server/src/main/java/com/ycl/utils/SecurityUtils.java
@@ -46,7 +46,7 @@
        try {
            if (isAdmin(getUserId())) {
                return null;
            } else if (hasRole("yw_admin")) {
            } else if (hasRole("zg_city")) {
                return null;
            }
            return getLoginUser().getUser().getUnitId();