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 6542e64 commit 876fa17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/softeng/dingtalk/component/Timer.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ public void editWorkState() {
}

/**
* 每月22日14点20分进行用户职位的变更
* 每月22日14点30分进行用户职位的变更
*/
@Scheduled(cron = "0 20 14 22 * ?")
@Scheduled(cron = "0 30 14 22 * ?")
public void updateUserPosition() {
log.info("每月22日14点20分进行用户职位的变更");
log.info("每月22日14点30分进行用户职位的变更");
userRepository.findAllValidUser()
.stream()
// 筛选出设置了学号的用户
Expand Down

0 comments on commit 876fa17

Please sign in to comment.