| | |
| | | if (type!=6){ |
| | | statusList.add(12);//冷却完成 |
| | | } |
| | | // statusList.add(13);//冷却完成调小车任务 |
| | | statusList.add(13);//出库中 |
| | | |
| | | statusList.add(13);//冷却完成等待小车 |
| | | if (type!=7){ |
| | | statusList.add(14);//小车到达冷却槽 |
| | | } |
| | | case 3://关进料门任务 //生成初始任务 |
| | | statusList.add(4);//入硫化罐完成 |
| | | |
| | |
| | | statusList.add(1);//开进料门中 |
| | | statusList.add(3);//入硫化罐中 |
| | | |
| | | statusList.add(5);//硫化中《===》关门完成 |
| | | |
| | | if (type!=5){ |
| | | if (type!=6){ |
| | | statusList.add(5);//硫化中《===》关门完成 |
| | | } |
| | | if (type!=5 && type!=6){ |
| | | statusList.add(6);//硫化完成 |
| | | } |
| | | |
| | | statusList.add(7);//开出料门中 |
| | | |
| | | if (type!=4){ |
| | | if (type!=4 && type!=6){ |
| | | statusList.add(8);//出料门打开 |
| | | } |
| | | |
| | |
| | | |
| | | statusList.add(15);//出冷却槽中 |
| | | statusList.add(16);//出冷却槽完成 |
| | | if (type!=7){ |
| | | statusList.add(14);//小车到达冷却槽 |
| | | } |
| | | |
| | | } |
| | | return this.baseMapper.getJarMastByJarIdAndStatusList(jarId,statusList); |
| | | } |
| | |
| | | statusList.add(1);//开进料门中 |
| | | statusList.add(3);//入硫化罐中 |
| | | |
| | | statusList.add(5);//硫化中《===》关门完成 |
| | | |
| | | if (type!=5){ |
| | | if (type!=6){ |
| | | statusList.add(5);//硫化中《===》关门完成 |
| | | } |
| | | if (type!=5 && type!=6){ |
| | | statusList.add(6);//硫化完成 |
| | | } |
| | | |
| | | statusList.add(7);//开出料门中 |
| | | |
| | | if (type!=4){ |
| | | if (type!=4 && type!=6){ |
| | | statusList.add(8);//出料门打开 |
| | | } |
| | | |