linwe
2024-05-17 dde162ffb34f2cc0ece4ca9cfcd09e2cb42ace6d
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;
   }
}