| | |
| | | * 測試 |
| | | * @throws Exception |
| | | */ |
| | | @Scheduled(cron = "0 30 13 * * ? ") |
| | | @Scheduled(cron = "0 0 21 * * ? ") |
| | | public void getYesterdayBill() throws Exception { |
| | | log.info("=====================开始每天自动结算======================="); |
| | | goodsorderService.autoCloseOrder(); |
| | |
| | | * 30 秒刷新一次 |
| | | * @throws Exception |
| | | */ |
| | | @Scheduled(cron = "0/30 * * * * ? ") |
| | | @Scheduled(cron = "0/15 * * * * ? ") |
| | | public void autoRefreshLockStatus() throws Exception { |
| | | log.info("=====================开始定时刷新骑行中的数充值未开锁失败======================="); |
| | | memberRidesService.autoRefreshLockStatus(); |