wuxw
2020-01-25 b0a8c9dfac6ffee194727a85439abef66d072ba6
WebService/src/main/java/com/java110/web/smo/activities/impl/EditActivitiesSMOImpl.java
@@ -29,6 +29,7 @@
        //super.validatePageInfo(pd);
        Assert.hasKeyAndValue(paramIn, "activitiesId", "活动ID不能为空");
        Assert.hasKeyAndValue(paramIn, "communityId", "必填,请填写小区ID");
        Assert.hasKeyAndValue(paramIn, "title", "必填,请填写业活动标题");
        Assert.hasKeyAndValue(paramIn, "typeCd", "必填,请选择活动类型");
        Assert.hasKeyAndValue(paramIn, "headerImg", "必填,请选择头部照片");