service-api/src/main/java/com/java110/api/smo/ownerRepair/impl/CloseRepairDispatchSMOImpl.java
@@ -50,7 +50,7 @@ paramIn.put("staffId", result.getUserId()); responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(), ServiceConstant.SERVICE_API_URL + "/api/" + ServiceCodeRepairDispatchStepConstant.CLOSE_REPAIR_DISPATCH, ServiceCodeRepairDispatchStepConstant.CLOSE_REPAIR_DISPATCH, HttpMethod.POST); return responseEntity; }