Sign in
潘钊
/
bsth_control
·
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
eedaf499731e5a4cd3d53e54998d256831facc9f
Authored by
潘钊
2017-11-08 11:59:03 +0800
1 parent
7c4c56c3
update...
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/data/schedule/auto_exec/RealScheduleAutoExecHandler.java
src/main/java/com/bsth/data/schedule/auto_exec/RealScheduleAutoExecHandler.java
View file @
eedaf49
...
...
@@ -61,6 +61,7 @@ public class RealScheduleAutoExecHandler {
61
61
}
62
62
63
63
if (flag) {
64
+ dayOfSchedule.save(sch);
64
65
sendUtils.refreshSch(sch);
65
66
}
66
67
}
...
...