#
Junjie
53 分钟以前 34b3f498a7c3663431073a91df35d9936decc5e0
src/main/java/com/zy/core/thread/impl/ZyRgvThread.java
@@ -51,7 +51,7 @@
    public void run() {
        connect();
        initRgv();
        while (true) {
        while (!Thread.currentThread().isInterrupted()) {
            try {
                deviceLogCollectTime = Utils.getDeviceLogCollectTime();
                int step = 1;