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(){

View File

@@ -77,12 +77,12 @@ public class NoticeController extends BaseController {
}
@PostMapping("/getNoticeInfoListInCache")
@ApiOperation(value = "获取用户最新的矿机在离线警报")
@RequiresLogin
public AjaxResult getNoticeInfoListInCache(){
return noticeService.getNoticeInfoListInCache();
}
//@PostMapping("/getNoticeInfoListInCache")
//@ApiOperation(value = "获取用户最新的矿机在离线警报")
//@RequiresLogin
//public AjaxResult getNoticeInfoListInCache(){
// return noticeService.getNoticeInfoListInCache();
//}