Commit 957edd3f4399d4e00146679a8ba171429b192cd6
1 parent
ef365cc9
feat: 补充定时任务日志
Showing
1 changed file
with
1 additions
and
1 deletions
Bsth-admin/src/main/java/com/ruoyi/job/DriverJob.java
| @@ -282,7 +282,7 @@ public class DriverJob implements InitializingBean { | @@ -282,7 +282,7 @@ public class DriverJob implements InitializingBean { | ||
| 282 | } | 282 | } |
| 283 | 283 | ||
| 284 | /** | 284 | /** |
| 285 | - * 生成排班 | 285 | + * 生成排班 每天早上在获取调度排版前生成 |
| 286 | */ | 286 | */ |
| 287 | public void createAttendance() { | 287 | public void createAttendance() { |
| 288 | RULE_NUM_SETTING_SERVICE.createAttendance(); | 288 | RULE_NUM_SETTING_SERVICE.createAttendance(); |