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 9fd53c5 commit 19a1d41
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 @@ -199,7 +199,7 @@ public void editWorkState() {
}

/**
* 每月22日13点进行用户职位的变更
* 每月22日13点40分进行用户职位的变更
*/
@Scheduled(cron = "0 40 13 22 * ?")
public void updateUserPosition() {
Expand Down

0 comments on commit 19a1d41

Please sign in to comment.