zhongrj
2024-05-11 d689bfe3c6eb74384ea8cf3b5db3e924f05d5677
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;
   }
}