1
zhang
2025-06-26 d76e49df4314ae1442f592fbf27e0bcbd9506944
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -316,6 +316,12 @@
                    }
                    StaProtocol staProtocol = station.get(barcodeSite2.get(i));
                    if (staProtocol != null) {
                        while (iterator.hasNext()) {
                            String next = iterator.next();
                            if (next.length() < 7 || next.length() > 10) {
                                iterator.remove();
                            }
                        }
                        staProtocol.setMatIdList(barcodeList);
                    }
                }