java110
2022-09-04 7c36caa1b7bb37633e95b0934957b2b75a34a621
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;
    }