Skip to content

Commit

Permalink
fix: 学好解析器新增9位学号的解析.
Browse files Browse the repository at this point in the history
  • Loading branch information
GLaxky committed Sep 22, 2023
1 parent 19a1d41 commit d8c4638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/softeng/dingtalk/component/Timer.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void editWorkState() {
/**
* 每月22日13点40分进行用户职位的变更
*/
@Scheduled(cron = "0 40 13 22 * ?")
@Scheduled(cron = "0 10 14 22 * ?")
public void updateUserPosition() {
log.info("每年8月1日进行用户职位的变更");
userRepository.findAllValidUser()
Expand Down

0 comments on commit d8c4638

Please sign in to comment.