|
@@ -27,8 +27,10 @@ public interface ResponsibilityIndicatorInfoMapper extends BaseMapper<Responsibi
|
|
|
@Param("optionCode") String optionCode,
|
|
|
@Param("organizationId") String organizationId);
|
|
|
|
|
|
- @DataPermission(isPermission = false)
|
|
|
- List<ResponsibilityIndicatorInfoResDTO> selectResponsibilityIndicatorInfoList(@Param("deptResponsibilityId") String deptResponsibilityId, @Param("isQuantified") String isQuantified, @Param("dataState") String dataState);
|
|
|
+ @DataPermission(isPermission = true,type = true)
|
|
|
+ List<ResponsibilityIndicatorInfoResDTO> selectResponsibilityIndicatorInfoList(@Param("deptResponsibilityId") String deptResponsibilityId,
|
|
|
+ @Param("isQuantified") String isQuantified,
|
|
|
+ @Param("dataState") String dataState);
|
|
|
|
|
|
|
|
|
List<Map> selectResponsibilityIndicatorList(@Param("responsibilityId") String responsibilityId,
|