wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
WebService/src/main/java/com/java110/web/smo/feeConfig/impl/RoomCreateFeeSMOImpl.java
@@ -51,7 +51,7 @@
        String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/fee.saveRoomCreateFee";
        ResponseEntity<String> responseEntity = this.callCenterService(restTemplate, pd, JSONObject.toJSONString(paramMap),
        ResponseEntity<String> responseEntity = this.callCenterService(restTemplate, pd, JSONObject.toJSONString(paramIn),
                apiUrl,
                HttpMethod.POST);