|
@@ -147,6 +147,8 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
|
|
pageView.put("endDate", contractManagementInfo.getEndDate());
|
|
pageView.put("endDate", contractManagementInfo.getEndDate());
|
|
pageView.put("searchType", contractManagementInfo.getSearchType());
|
|
pageView.put("searchType", contractManagementInfo.getSearchType());
|
|
pageView.put("contractType", contractManagementInfo.getContractType());
|
|
pageView.put("contractType", contractManagementInfo.getContractType());
|
|
|
|
+ pageView.put("pageSize", contractManagementInfo.getPageSize());
|
|
|
|
+ pageView.put("currentPage", contractManagementInfo.getCurrentPage());
|
|
// 查询服务商总数
|
|
// 查询服务商总数
|
|
Integer dataCount = baseMapper.getCountByCondition(pageView);
|
|
Integer dataCount = baseMapper.getCountByCondition(pageView);
|
|
List<ContractManagementInfo> dataList = baseMapper.getListByCondition(pageView);
|
|
List<ContractManagementInfo> dataList = baseMapper.getListByCondition(pageView);
|