自动化立体仓库 - WCS系统
Junjie
2023-12-28 cc42d79563a119ffb37302092c445e73ab76e274
src/main/java/com/zy/core/thread/BarcodeThread.java
@@ -105,8 +105,6 @@
                    if (!Cools.isEmpty(s)) {
                        setBarcode(new String(read));
                    }
                }else{
                    setBarcode("");
                }
                Thread.sleep(50);
            } catch (SocketTimeoutException ignore) {