update 矿机离线邮箱发送定时任务修改

This commit is contained in:
yyb
2025-10-15 09:58:05 +08:00
parent da64a7a517
commit 3bf81f5749
2 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ public class ManageTask {
/**
* 存储交易记录定时任务
*/
@Scheduled(cron = "22 25 0/1 * * ?")
@Scheduled(cron = "22 51 0/1 * * ?")
//@Scheduled(cron = "0 0/1 * * * ?")
@DSTransactional
public void insertDataToWalletOutInDb(){