webapp
2019-09-28 c7f70b4a6516864d186987076eb1b39a56f52c53
WebService/src/main/java/com/java110/web/smo/community/impl/AuditCommunitySMOImpl.java
@@ -29,12 +29,12 @@
        //super.validatePageInfo(pd);
        Assert.hasKeyAndValue(paramIn, "communityMemberId", "小区ID不能为空");
        Assert.hasKeyAndValue(paramIn, "communityId", "小区ID不能为空");
        Assert.hasKeyAndValue(paramIn, "state", "必填,请填写小区审核状态");
        Assert.hasKeyAndValue(paramIn, "remark", "必填,请填写小区审核原因");
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AUDIT_ENTER_COMMUNITY);
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AUDIT_COMMUNITY);
    }
@@ -45,7 +45,7 @@
        super.validateStoreStaffRelationship(pd, restTemplate);
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/community.auditEnterCommunity",
                ServiceConstant.SERVICE_API_URL + "/api/community.auditCommunity",
                HttpMethod.POST);
        return responseEntity;
    }