#AI
Junjie
5 天以前 d8896f48cf6d3ab0b38d289522be15ad239552d3
src/main/java/com/zy/core/thread/impl/ZySiemensCrnThread.java
@@ -56,7 +56,7 @@
    public void run() {
        this.connect();
        this.initCrn();
        while (true) {
        while (!Thread.currentThread().isInterrupted()) {
            try {
                deviceLogCollectTime = Utils.getDeviceLogCollectTime();
                int step = 1;