java110
2021-08-17 bdab25470f7752a2be4e3f0769503cab38626232
service-front/src/main/java/com/java110/front/smo/advert/impl/ListAdvertsSMOImpl.java
@@ -35,7 +35,6 @@
    protected void validate(IPageData pd, JSONObject paramIn) {
        super.validatePageInfo(pd);
        Assert.hasKeyAndValue(paramIn, "communityId", "未包含小区信息");
        //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_ADVERT);
    }