生日有礼修改

This commit is contained in:
张松
2025-10-16 14:22:37 +08:00
parent 9000ee1a22
commit 1d1f271388
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ public class BirthdayGiftTask {
/**
* 生日有礼奖励发放
*/
// @Scheduled(cron = "0 0 12 * * ?")
@Scheduled(cron = "0 0 0 * * ?")
public void deliver() {
birthdayGiftService.deliver();
}