linwe
2024-07-05 fee8fbb72f73cc11075b07bf457ce2dd2a9ce19e
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;
   }
}