luobang 2 年之前
父节点
当前提交
853b1cc035
共有 1 个文件被更改,包括 1 次插入9 次删除
  1. 1 9
      src/main/java/com/steerinfo/dil/service/impl/QueuingRulesServiceImpl.java

+ 1 - 9
src/main/java/com/steerinfo/dil/service/impl/QueuingRulesServiceImpl.java

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