优化查询充电桩列表

This commit is contained in:
2023-10-19 15:38:31 +08:00
parent 643d1bf8e9
commit 855ef6eee1

View File

@@ -332,6 +332,9 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
}
queryPileDTO.setStationDeptIds(authorizedMap.getStationDeptIds());
queryPileDTO.setMerchantDeptIds(authorizedMap.getMerchantDeptIds());
if (queryPileDTO.getPageNum() != 0) {
PageUtils.startPage();
}
return pileBasicInfoMapper.queryPileInfos(queryPileDTO);
}