wuxw
2020-02-19 0b96347400ccb6256d726157fe4c165f5bae015d
WebService/src/main/java/com/java110/web/smo/complaint/impl/AddComplaintSMOImpl.java
@@ -49,6 +49,7 @@
        ResponseEntity<String> responseEntity = null;
        ComponentValidateResult result = super.validateStoreStaffCommunityRelationship(pd, restTemplate);
        paramIn.put("storeId", result.getStoreId());
        paramIn.put("userId", result.getUserId());
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/complaint.saveComplaint",
                HttpMethod.POST);