update 矿机离线邮箱发送定时任务修改
This commit is contained in:
@@ -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(){
|
||||
|
||||
@@ -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();
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user