定时任务修改
This commit is contained in:
@@ -21,6 +21,7 @@ public class StatisticTask {
|
||||
@Resource
|
||||
private ShopOrderStatisticService shopOrderStatisticService;
|
||||
|
||||
// @Scheduled(cron = "1/6 * * * * ? ")
|
||||
@Scheduled(cron = "0 0 9 * * ?")
|
||||
public void run() {
|
||||
long start = System.currentTimeMillis();
|
||||
|
||||
Reference in New Issue
Block a user