Your Name
2023-06-16 eca80efa8e040df44beb81d53f4478b7c3e35b7e
service-api/src/main/java/com/java110/api/smo/complaint/impl/EditComplaintSMOImpl.java
@@ -50,7 +50,7 @@
        ComponentValidateResult result = super.validateStoreStaffCommunityRelationship(pd, restTemplate);
        paramIn.put("storeId", result.getStoreId());
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/complaint.updateComplaint",
                "complaint.updateComplaint",
                HttpMethod.POST);
        return responseEntity;
    }