webapp
2019-09-28 c7f70b4a6516864d186987076eb1b39a56f52c53
WebService/src/main/java/com/java110/web/smo/community/impl/AddCommunitySMOImpl.java
@@ -31,9 +31,8 @@
        //Assert.hasKeyAndValue(paramIn, "xxx", "xxx");
        Assert.hasKeyAndValue(paramIn, "name", "必填,请填写小区名称");
Assert.hasKeyAndValue(paramIn, "address", "必填,请填写小区地址");
Assert.hasKeyAndValue(paramIn, "nearbyLandmarks", "必填,请填写小区附近地标");
        Assert.hasKeyAndValue(paramIn, "address", "必填,请填写小区地址");
        Assert.hasKeyAndValue(paramIn, "nearbyLandmarks", "必填,请填写小区附近地标");
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_COMMUNITY);