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); } }