Junjie
2023-12-01 d297de1055d785752ad04d32d70c3a1e4e8af2c3
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) {