| | |
| | | package com.java110.web.smo.notice.impl; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.common.constant.PrivilegeCodeConstant; |
| | | import com.java110.common.constant.ServiceConstant; |
| | | import com.java110.common.util.Assert; |
| | | import com.java110.utils.constant.PrivilegeCodeConstant; |
| | | import com.java110.utils.constant.ServiceConstant; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.web.smo.notice.IAddNoticeSMO; |
| | | import org.springframework.web.client.RestTemplate; |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.web.core.AbstractComponentSMO; |
| | | import com.java110.core.component.AbstractComponentSMO; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.HttpMethod; |
| | |
| | | //super.validatePageInfo(pd); |
| | | |
| | | //Assert.hasKeyAndValue(paramIn, "xxx", "xxx"); |
| | | Assert.hasKeyAndValue(paramIn, "communityId", "请求报文中未包含小区ID"); |
| | | Assert.hasKeyAndValue(paramIn, "title", "必填,请填写标题"); |
| | | Assert.hasKeyAndValue(paramIn, "noticeTypeCd", "必填,请选择公告类型"); |
| | | Assert.hasKeyAndValue(paramIn, "context", "必填,请填写公告内容"); |
| | | Assert.hasKeyAndValue(paramIn, "startTime", "必选,请填写开始时间 2019-01-02"); |
| | | Assert.hasKeyAndValue(paramIn, "noticeTypeCd", "必填,请选择公告类型"); |
| | | Assert.hasKeyAndValue(paramIn, "context", "必填,请填写公告内容"); |
| | | Assert.hasKeyAndValue(paramIn, "startTime", "必选,请填写开始时间 "); |
| | | Assert.hasKeyAndValue(paramIn, "endTime", "必选,请填写结束时间 "); |
| | | |
| | | |
| | | |