| | |
| | | continue; |
| | | } |
| | | |
| | | staProtocol.setWorkNo(wrkMast.getWrkNo().shortValue());//写入工作号 |
| | | staProtocol.setStaNo(pickSta.getBackSta().shortValue());//写入目标站 |
| | | MessageQueue.offer(SlaveType.Devp, devp.getId(), new Task(2, staProtocol)); |
| | | if (pickSta.getBackSta() == 325 || pickSta.getBackSta() == 331 || pickSta.getBackSta() == 333 || pickSta.getBackSta() == 339) { |
| | | staProtocol.setWorkNo(wrkMast.getWrkNo().shortValue());//写入工作号 |
| | | staProtocol.setStaNo(pickSta.getBackSta().shortValue());//写入目标站 |
| | | MessageQueue.offer(SlaveType.Devp, devp.getId(), new Task(2, staProtocol)); |
| | | } |
| | | } |
| | | } |
| | | |