Sign in
guzijian
/
bsth-alcohol-sign
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b6a421310b81f5a9b9ef6671fbb151bdca7ec4b2
Authored by
guzijian
2023-08-23 12:28:50 +0800
1 parent
60730600
fix: 修复分班无签退问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ruoyi-admin/src/main/java/com/ruoyi/common/cache/SchedulingCache.java
ruoyi-admin/src/main/java/com/ruoyi/common/cache/SchedulingCache.java
View file @
b6a4213
...
...
@@ -45,7 +45,7 @@ public class SchedulingCache {
45
45
46
46
public SchedulingCache() {
47
47
log.info("项目启动加载中-----");
48
-
//
schedulingInit();
48
+
schedulingInit();
49
49
}
50
50
51
51
...
...