|
@@ -32,7 +32,7 @@ public class QueuingRulesServiceImpl implements IQueuingRulesService {
|
|
|
/**
|
|
|
* 定时检查 钢材科已确认进厂之后 30分钟没有结束 自动回滚到队列末尾,移除可进厂时间
|
|
|
*/
|
|
|
- @Scheduled(fixedRate = 1000 * 60)
|
|
|
+ @Scheduled(fixedRate = 1000 * 180)
|
|
|
public void checkoutQueueList(){
|
|
|
long nowTime = System.currentTimeMillis();
|
|
|
queueDealWithAsync.dealWithOne(nowTime);
|