java110 лет назад: 4
Родитель
Сommit
bdb3b9ca80

+ 1 - 1
service-api/src/main/java/com/java110/api/smo/assetExport/impl/ExportFeeManualCollectionSMOImpl.java

@@ -147,7 +147,7 @@ public class ExportFeeManualCollectionSMOImpl extends DefaultAbstractComponentSM
         String apiUrl = "";
         String apiUrl = "";
         ResponseEntity<String> responseEntity = null;
         ResponseEntity<String> responseEntity = null;
         JSONObject reqJson = JSONObject.parseObject(pd.getReqData());
         JSONObject reqJson = JSONObject.parseObject(pd.getReqData());
-        apiUrl = "feeApi/listAllRoomOweFees" + mapToUrlParam(reqJson);
+        apiUrl = "/feeApi/listAllRoomOweFees" + mapToUrlParam(reqJson);
         responseEntity = this.callCenterService(restTemplate, pd, "", apiUrl, HttpMethod.GET);
         responseEntity = this.callCenterService(restTemplate, pd, "", apiUrl, HttpMethod.GET);
 
 
         if (responseEntity.getStatusCode() != HttpStatus.OK) { //跳过 保存单元信息
         if (responseEntity.getStatusCode() != HttpStatus.OK) { //跳过 保存单元信息