Commit 9446240e9d60ebc471ec5c890f16f83b14dfa95f

Authored by liujun001
1 parent e603dc0a

新 的打卡日志

Bsth-admin/src/main/java/com/ruoyi/common/cache/SchedulingCache.java
@@ -36,7 +36,7 @@ public class SchedulingCache { @@ -36,7 +36,7 @@ public class SchedulingCache {
36 36
37 public SchedulingCache(SchedulerProperty property) { 37 public SchedulingCache(SchedulerProperty property) {
38 log.info("项目启动加载中获取实时班次并存入缓存-----"); 38 log.info("项目启动加载中获取实时班次并存入缓存-----");
39 -// schedulingInit(property); 39 + schedulingInit(property);
40 } 40 }
41 41
42 42