|
|
@ -294,7 +294,7 @@ public class NoticeServiceImpl extends BaseServiceImpl<NoticeDao, NoticeEntity> |
|
|
|
throw new RenException(String.format("小组通知变更,获取通知数据失败,通知Id->", formDTO.getNoticeId())); |
|
|
|
} |
|
|
|
//通知已过期时不允许再次变更
|
|
|
|
if(entity.getChangeTime().before(new Date())){ |
|
|
|
if(entity.getExpirationTime().before(new Date())){ |
|
|
|
throw new RenException(EpmetErrorCode.NOTICE_BE_OVERDUE.getCode()); |
|
|
|
|
|
|
|
} |
|
|
|