|
@@ -39,15 +39,7 @@ public class QueuingRulesServiceImpl implements IQueuingRulesService {
|
|
queueDealWithAsync.dealWithTwo(nowTime);
|
|
queueDealWithAsync.dealWithTwo(nowTime);
|
|
}
|
|
}
|
|
|
|
|
|
- /**
|
|
|
|
- * 遍历排队所有未勾选确认进厂的排队数据,如果已经超过一天则踢出队列
|
|
|
|
- */
|
|
|
|
- //@Scheduled(fixedRate = 1000 * 60 * 30)
|
|
|
|
- //public void checkoutQueue(){
|
|
|
|
- // long nowTime = System.currentTimeMillis();
|
|
|
|
- // queueDealWithAsync.dealWithThree(nowTime);
|
|
|
|
- // queueDealWithAsync.dealWithFour(nowTime);
|
|
|
|
- //}
|
|
|
|
|
|
+
|
|
|
|
|
|
/**
|
|
/**
|
|
* 推送消息给websocket
|
|
* 推送消息给websocket
|