Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/mapper/ClassifyAuthMapper.java
@@ -7,6 +7,7 @@ import java.util.List; /** * 分类授权,数据授权 * @author ludc * @date 2023/12/25 15:50 */ @@ -14,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("buttonCode") String buttonCode,@Param("menuCode") String menuCode); }