Commit 9446240e9d60ebc471ec5c890f16f83b14dfa95f
1 parent
e603dc0a
新 的打卡日志
Showing
1 changed file
with
1 additions
and
1 deletions
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 |