|
|
@@ -1028,7 +1028,7 @@ public class ExportReportFeeSMOImpl extends DefaultAbstractComponentSMO implemen
|
|
|
JSONObject reqJson = JSONObject.parseObject(pd.getReqData());
|
|
|
reqJson.put("page", 1);
|
|
|
reqJson.put("row", 10000);
|
|
|
- apiUrl = "reportFeeMonthStatistics/queryPayFeeDetail" + mapToUrlParam(reqJson);
|
|
|
+ apiUrl = "/reportFeeMonthStatistics/queryPayFeeDetail" + mapToUrlParam(reqJson);
|
|
|
responseEntity = this.callCenterService(restTemplate, pd, "", apiUrl, HttpMethod.GET);
|
|
|
if (responseEntity.getStatusCode() != HttpStatus.OK) { //跳过 保存单元信息
|
|
|
return null;
|
|
|
@@ -1051,7 +1051,7 @@ public class ExportReportFeeSMOImpl extends DefaultAbstractComponentSMO implemen
|
|
|
JSONObject reqJson = JSONObject.parseObject(pd.getReqData());
|
|
|
reqJson.put("page", 1);
|
|
|
reqJson.put("row", 10000);
|
|
|
- apiUrl = "reportFeeMonthStatistics/queryRepair" + mapToUrlParam(reqJson);
|
|
|
+ apiUrl = "/reportFeeMonthStatistics/queryRepair" + mapToUrlParam(reqJson);
|
|
|
responseEntity = this.callCenterService(restTemplate, pd, "", apiUrl, HttpMethod.GET);
|
|
|
if (responseEntity.getStatusCode() != HttpStatus.OK) { //跳过 保存单元信息
|
|
|
return null;
|