|
@@ -123,9 +123,6 @@ public class NoticeController extends ControllerSupport {
|
|
if (ni == null) {
|
|
if (ni == null) {
|
|
throw new StatusException("600001", "该通知已不存在,请刷新后重试");
|
|
throw new StatusException("600001", "该通知已不存在,请刷新后重试");
|
|
}
|
|
}
|
|
- if (ni.getNoticeStatus() != NoticeStatus.DRAFT) {
|
|
|
|
- throw new StatusException("600002", "该通知状态已变更,请刷新后重试");
|
|
|
|
- }
|
|
|
|
NoticeDomain domain = new NoticeDomain();
|
|
NoticeDomain domain = new NoticeDomain();
|
|
domain.setId(ni.getId());
|
|
domain.setId(ni.getId());
|
|
domain.setPublisher(ni.getPublisher());
|
|
domain.setPublisher(ni.getPublisher());
|