田源
2024-01-18 d9fe4c2d64339fc799e47e1b5a297f349acd59c6
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/mapper/ClassifyAuthMapper.java
@@ -15,6 +15,6 @@
   List<ClassifyAuth> getClassifyAuthList(@Param("classifyId") String classifyId);
   List<String> getViewClassByRoleIds(@Param("roleIds") List<String> roleIds);
   List<String> getViewClassByRoleIds(@Param("roleIds") List<String> roleIds,@Param("authType") String authType,@Param("menuCode") String menuCode);
}