国网推送

This commit is contained in:
hzj
2023-12-14 15:43:00 +08:00
parent 6ca9ebe62f
commit d1e4790a5c
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ public class ConverterdetailstatisticsPOServiceImpl extends ServiceImpl<Converte
private final DeptFeignClient deptFeignClient; private final DeptFeignClient deptFeignClient;
@Override @Override
public Page<ConverterdetailstatisticsPO> queryPage(SendQueryParam.SendPageParam param) { public Page<ConverterdetailstatisticsPO> queryPage(SendQueryParam.SendPageParam param) {
Page<ConverterdetailstatisticsPO> page = new Page<> (param.getCurrentPage ( ), param.getPageSize ( )); Page<ConverterdetailstatisticsPO> page = new Page<> (param.getPageNum ( ), param.getPageSize ( ));
List<String> deptIds = deptFeignClient.getDepSonSelfCodetByCode(param.getDeptIndex()).getData(); List<String> deptIds = deptFeignClient.getDepSonSelfCodetByCode(param.getDeptIndex()).getData();
QueryWrapper<ConverterdetailstatisticsPO> wrapper = new QueryWrapper<>(); QueryWrapper<ConverterdetailstatisticsPO> wrapper = new QueryWrapper<>();

View File

@@ -41,7 +41,7 @@ public class PqTypicalSourceCreatePOServiceImpl extends ServiceImpl<PqTypicalSou
@Override @Override
public Page<PqTypicalSourceCreatePO> queryPage(SendQueryParam.SendPageParam param) { public Page<PqTypicalSourceCreatePO> queryPage(SendQueryParam.SendPageParam param) {
Page<PqTypicalSourceCreatePO> page = new Page<> (param.getCurrentPage ( ), param.getPageSize ( )); Page<PqTypicalSourceCreatePO> page = new Page<> (param.getPageNum ( ), param.getPageSize ( ));
List<String> deptIds = deptFeignClient.getDepSonSelfCodetByCode(param.getDeptIndex()).getData(); List<String> deptIds = deptFeignClient.getDepSonSelfCodetByCode(param.getDeptIndex()).getData();
QueryWrapper<PqTypicalSourceCreatePO> wrapper = new QueryWrapper<>(); QueryWrapper<PqTypicalSourceCreatePO> wrapper = new QueryWrapper<>();

View File

@@ -43,7 +43,7 @@ public class SubstationQualityStatisticsPOServiceImpl extends ServiceImpl<Substa
@Override @Override
public Page<SubstationQualityStatisticsPO> queryPage(SendQueryParam.SendPageParam param) { public Page<SubstationQualityStatisticsPO> queryPage(SendQueryParam.SendPageParam param) {
Page<SubstationQualityStatisticsPO> page = new Page<> (param.getCurrentPage ( ), param.getPageSize ( )); Page<SubstationQualityStatisticsPO> page = new Page<> (param.getPageNum ( ), param.getPageSize ( ));
List<String> deptIds = deptFeignClient.getDepSonSelfCodetByCode(param.getDeptIndex()).getData(); List<String> deptIds = deptFeignClient.getDepSonSelfCodetByCode(param.getDeptIndex()).getData();
QueryWrapper<SubstationQualityStatisticsPO> wrapper = new QueryWrapper<>(); QueryWrapper<SubstationQualityStatisticsPO> wrapper = new QueryWrapper<>();