课程自动复制,往下下周开始复制
This commit is contained in:
@@ -40,7 +40,7 @@ public class CopyLessonTask {
|
||||
/**
|
||||
* 每周一九点
|
||||
*/
|
||||
// @Scheduled(cron = "0 */1 * * * ?")
|
||||
@Scheduled(cron = "0 */1 * * * ?")
|
||||
public void execute(){
|
||||
logger.info("开始执行拷贝课程批处理");
|
||||
LocalTime time = LocalTime.now();
|
||||
|
||||
Reference in New Issue
Block a user