wuxw
2019-09-18 4ceda0fd6f4aeba1b41e862f3b53f778b3c2f388
WebService/src/main/java/com/java110/web/smo/community/impl/EditCommunitySMOImpl.java
@@ -29,10 +29,9 @@
        //super.validatePageInfo(pd);
        Assert.hasKeyAndValue(paramIn, "communityId", "小区ID不能为空");
Assert.hasKeyAndValue(paramIn, "name", "必填,请填写小区名称");
Assert.hasKeyAndValue(paramIn, "address", "必填,请填写小区地址");
Assert.hasKeyAndValue(paramIn, "nearbyLandmarks", "必填,请填写小区附近地标");
        Assert.hasKeyAndValue(paramIn, "name", "必填,请填写小区名称");
        Assert.hasKeyAndValue(paramIn, "address", "必填,请填写小区地址");
        Assert.hasKeyAndValue(paramIn, "nearbyLandmarks", "必填,请填写小区附近地标");
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_COMMUNITY);