zyx
2024-02-07 4b8bdefa889a3e6797d2760bc207c0e373e86c86
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) {