springboot-vue3/src/main/java/com/example/springboot/component/PlcHold.java
@@ -58,8 +58,9 @@ // 判断当前是否有未执行的任务 int outnum = spianMapper.SelectOutSliceshu(); int cageoutsum=spianMapper.Selectcageout(3); // 当没有任务执行并且出片车空闲时 if (outnum == 0 && outstate == true && Plchome.isAllowQueue == true) { if (outnum == 0 && outstate == true && Plchome.isAllowQueue == true&&cageoutsum==0) { // 判断铝框出片队列表是否有待出片的玻璃 String outglassid = spianMapper.SelectOutSlice(); if (outglassid != null) {