Commit 198c7aa0 by 邓敏

修改通知状态

1 parent c4710bba
......@@ -67,7 +67,7 @@ public class CourseNotificationJob implements Job {
}
ClassNoticeDO classNotice = new ClassNoticeDO();
classNotice.setId(classNoticeDO.getId());
//classNotice.setStatus(CourseNotification.SENT);
classNotice.setStatus(CourseNotification.SENT);
classNoticeMapper.updateById(classNotice);
}
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!