Explorar o código

优化催缴单问题

java110 %!s(int64=4) %!d(string=hai) anos
pai
achega
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 = "";
         ResponseEntity<String> responseEntity = null;
         JSONObject reqJson = JSONObject.parseObject(pd.getReqData());
-        apiUrl = "feeApi/listAllRoomOweFees" + mapToUrlParam(reqJson);
+        apiUrl = "/feeApi/listAllRoomOweFees" + mapToUrlParam(reqJson);
         responseEntity = this.callCenterService(restTemplate, pd, "", apiUrl, HttpMethod.GET);
 
         if (responseEntity.getStatusCode() != HttpStatus.OK) { //跳过 保存单元信息