linwe
2024-04-29 fa70e2f7c9ba47034569868e15de891f5b2595c0
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;
   }
}