吴学文
2020-04-08 2ea392486116a5bb2e573024f81178b67ea07f53
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);