| | |
| | | } |
| | | } |
| | | if (OUT_TYPE_List.contains(agvWrkMast.getIoType())) { |
| | | reportMesPakoutOrder(agvWrkMast, agvWrkDetls); |
| | | String barcode = agvWrkMast.getBarcode(); |
| | | if (barcode.startsWith("20") || barcode.startsWith("21") || barcode.startsWith("40")) { |
| | | reportMesPakoutOrder(agvWrkMast, agvWrkDetls); |
| | | } |
| | | } |
| | | if (MOVE_TYPE_List.contains(agvWrkMast.getIoType())) { |
| | | generateMesParam(agvWrkMast, agvWrkDetls); |
| | | String barcode = agvWrkMast.getBarcode(); |
| | | if (agvWrkMast == null || agvWrkMast.getBarcode() == null) { |
| | | return; |
| | | } |
| | | if (barcode.startsWith("20") || barcode.startsWith("21") || barcode.startsWith("40")) { |
| | | generateMesParam(agvWrkMast, agvWrkDetls); |
| | | } |
| | | } |
| | | |
| | | |