@@ -226,7 +226,7 @@ public class NoticeWebsitLogic {
websitRecord.setReadFlag(IsYesNoEnum.YES.getKey());
websitRecord.setReadTime(new Date());
- websitRecord.updateById()
+ websitRecord.updateById();
}