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 * * * ?")
|
//@Scheduled(cron = "0 0/1 * * * ?")
|
||||||
@DSTransactional
|
@DSTransactional
|
||||||
public void insertDataToWalletOutInDb(){
|
public void insertDataToWalletOutInDb(){
|
||||||
|
|||||||
@@ -77,12 +77,12 @@ public class NoticeController extends BaseController {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/getNoticeInfoListInCache")
|
//@PostMapping("/getNoticeInfoListInCache")
|
||||||
@ApiOperation(value = "获取用户最新的矿机在离线警报")
|
//@ApiOperation(value = "获取用户最新的矿机在离线警报")
|
||||||
@RequiresLogin
|
//@RequiresLogin
|
||||||
public AjaxResult getNoticeInfoListInCache(){
|
//public AjaxResult getNoticeInfoListInCache(){
|
||||||
return noticeService.getNoticeInfoListInCache();
|
// return noticeService.getNoticeInfoListInCache();
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user