@@ -121,7 +121,7 @@ public class AdminCheckQuartz {
/**
* 订单数据定时轮训处理 每3小时执行一次
*/
- @Scheduled(cron = "0 0 0 1/1 * ? ")
+// @Scheduled(cron = "0 0 0 1/1 * ? ")
public void task2(){
new Thread(new Runnable() {
@Override