Junjie
2023-12-08 da75d59a0ef04ce6b2d6c54b54e4360ed2aaee3b
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) {