linwe
2024-06-04 24d9950ec97fdc3ac2d835a99d46d6fbda30bf00
src/main/java/org/springblade/common/utils/RoleUtil.java
@@ -16,4 +16,16 @@
      }
      return false;
   }
   /**
    * 判断是否网格人员
    *
    * @return
    */
   public static boolean isWgy(String userRole) {
      if (userRole.contains("wgy")) {
         return true;
      }
      return false;
   }
}