|
@@ -2280,8 +2280,8 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
|
|
pageView.put("pageSize", contractManagementInfo.getPageSize());
|
|
pageView.put("pageSize", contractManagementInfo.getPageSize());
|
|
pageView.put("currentPage", contractManagementInfo.getCurrentPage());
|
|
pageView.put("currentPage", contractManagementInfo.getCurrentPage());
|
|
// 查询服务商总数
|
|
// 查询服务商总数
|
|
- Integer dataCount = baseMapper.getCountByCondition(pageView);
|
|
|
|
- List<ContractManagementInfo> dataList = baseMapper.getListByCondition(pageView);
|
|
|
|
|
|
+ Integer dataCount = baseMapper.getContractCountByCondition(pageView);
|
|
|
|
+ List<ContractManagementInfo> dataList = baseMapper.getContractListByCondition(pageView);
|
|
|
|
|
|
Page<ContractManagementInfo> page = new Page<>();
|
|
Page<ContractManagementInfo> page = new Page<>();
|
|
page.setRecords(dataList == null ? Lists.newArrayList() : dataList);
|
|
page.setRecords(dataList == null ? Lists.newArrayList() : dataList);
|