|
|
@@ -58,7 +58,7 @@ public class ContractServiceImpl extends BaseMybatisDao<ContractMapper> implemen
|
|
|
|
|
|
@SuppressWarnings("unchecked")
|
|
|
@Override
|
|
|
- public Pagination<ContractManageListBo> getManageList(String id, Integer serialNumber, Integer type, Integer status,
|
|
|
+ public Pagination<ContractManageListBo> getManageList(String contractId, Integer serialNumber, Integer type, Integer status,
|
|
|
String startDateFormattedDate, String endDateFormattedDate, String province, String unitName, String uid,
|
|
|
Integer pNo, Integer pSize) {
|
|
|
Date cStart = null;
|
|
|
@@ -86,8 +86,8 @@ public class ContractServiceImpl extends BaseMybatisDao<ContractMapper> implemen
|
|
|
params.put("uid", uid);
|
|
|
}
|
|
|
|
|
|
- if (!StringUtils.isBlank(id)) {
|
|
|
- params.put("id", id);
|
|
|
+ if (!StringUtils.isBlank(contractId)) {
|
|
|
+ params.put("id", contractId);
|
|
|
}
|
|
|
|
|
|
if (!StringUtils.isBlank(startDateFormattedDate)) {
|