Junjie
2023-11-30 c5a29b860b1488cccd64d688a6da57e4102af3bc
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) {