|
@@ -25,9 +25,4 @@ public class KlRegulationServiceImpl extends ServiceImpl<KlRegulationMapper, KlR
|
|
public List<RegulationDTO> getRegulationByIds(RegulationVO regulationVO) {
|
|
public List<RegulationDTO> getRegulationByIds(RegulationVO regulationVO) {
|
|
return baseMapper.getRegulationByIds(regulationVO);
|
|
return baseMapper.getRegulationByIds(regulationVO);
|
|
}
|
|
}
|
|
-
|
|
|
|
- @Override
|
|
|
|
- public List<String> getBaseIds(List<String> codeList) {
|
|
|
|
- return baseMapper.getBaseIds(codeList);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|