瀏覽代碼

核酸列表权限修正

hurugang 3 年之前
父節點
當前提交
76d114e7f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/hnthyy/thmz/controller/NavigationController.java

+ 1 - 1
src/main/java/cn/hnthyy/thmz/controller/NavigationController.java

@@ -1084,7 +1084,7 @@ public class NavigationController {
     @RequestMapping("/hs-jc")
     public String hsJc(HttpServletRequest httpServletRequest) throws Exception {
         List<String> urls = getRoleUrls(httpServletRequest);
-        if (!urls.contains("/thmz/jy-jc")) {
+        if (!urls.contains("/thmz/hs-jc")) {
             throw new Exception("您没有此模块的权限,请联系管理员开通!");
         }
         return "mz/hs_jc";