| service-api/src/main/java/com/java110/api/smo/assetExport/impl/ExportReportFeeSMOImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
service-api/src/main/java/com/java110/api/smo/assetExport/impl/ExportReportFeeSMOImpl.java
@@ -1010,7 +1010,7 @@ JSONObject reqJson = JSONObject.parseObject(pd.getReqData()); reqJson.put("page", 1); reqJson.put("row", 10000); apiUrl = "reportOweFee/queryReportAllOweFee" + mapToUrlParam(reqJson); apiUrl = "/reportOweFee/queryReportAllOweFee" + mapToUrlParam(reqJson); responseEntity = this.callCenterService(restTemplate, pd, "", apiUrl, HttpMethod.GET); if (responseEntity.getStatusCode() != HttpStatus.OK) { //跳过 保存单元信息 return null;