java110
2022-09-04 7c36caa1b7bb37633e95b0934957b2b75a34a621
service-api/src/main/java/com/java110/api/smo/ownerRepair/impl/RepairDispatchStepBindingSMOImpl.java
@@ -47,7 +47,7 @@
        ComponentValidateResult result = super.validateStoreStaffCommunityRelationship(pd, restTemplate);
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/" + ServiceCodeRepairDispatchStepConstant.BINDING_REPAIRDISPATCHSTEP,
                 ServiceCodeRepairDispatchStepConstant.BINDING_REPAIRDISPATCHSTEP,
                HttpMethod.POST);
        return responseEntity;
    }