java110
2020-03-22 4435af00996fc2cd3071e1831ca52b13b90c8ae7
FrontService/src/main/java/com/java110/front/smo/common/impl/CommonPostSMOImpl.java
@@ -38,8 +38,9 @@
    @Override
    protected ResponseEntity<String> doBusinessProcess(IPageData pd, JSONObject paramIn) throws Exception {
        ResponseEntity<String> responseEntity = null;
        super.validateStoreStaffCommunityRelationship(pd, restTemplate);
        ComponentValidateResult result = super.validateStoreStaffCommunityRelationship(pd, restTemplate);
        paramIn.put("userId",result.getUserId());
        paramIn.put("storeId",result.getStoreId());
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + pd.getApiUrl(),
                HttpMethod.POST);