| | |
| | | //super.validatePageInfo(pd); |
| | | |
| | | Assert.hasKeyAndValue(paramIn, "noticeId", "公告ID不能为空"); |
| | | Assert.hasKeyAndValue(paramIn, "title", "必填,请填写标题"); |
| | | Assert.hasKeyAndValue(paramIn, "noticeTypeCd", "必填,请选择公告类型"); |
| | | Assert.hasKeyAndValue(paramIn, "context", "必填,请填写公告内容"); |
| | | Assert.hasKeyAndValue(paramIn, "startTime", "必选,请填写开始时间 2019-01-02"); |
| | | |
| | | Assert.hasKeyAndValue(paramIn, "title", "必填,请填写标题"); |
| | | Assert.hasKeyAndValue(paramIn, "noticeTypeCd", "必填,请选择公告类型"); |
| | | Assert.hasKeyAndValue(paramIn, "context", "必填,请填写公告内容"); |
| | | Assert.hasKeyAndValue(paramIn, "startTime", "必选,请填写开始时间 2019-01-02"); |
| | | Assert.hasKeyAndValue(paramIn, "communityId", "请求报文中未包含小区ID"); |
| | | |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE); |