Skip to content

Commit 74d9059

Browse files
song-cc-rockfit2-zhao
authored andcommitted
fix: Serial clean error
1 parent cdae09a commit 74d9059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/framework/src/main/java/cn/cordys/common/uid/SerialNumGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private boolean equals(Rule other) {
7878
}
7979
}
8080

81-
@QuartzScheduled(cron = "0 25 11 * * ?")
81+
@QuartzScheduled(cron = "0 0 1 1,16 * ?")
8282
public void clean() {
8383
log.info("开始清理过期流水号Key");
8484

0 commit comments

Comments
 (0)