#
Junjie
2025-06-08 61a93ca962a62f56e378e16fbc2842a3210fd0b5
src/main/java/com/zy/core/thread/MelsecCrnThread.java
@@ -110,7 +110,7 @@
            } catch (Exception e) {
                e.printStackTrace();
            }
            System.out.println("第"+slave.getId()+"个堆垛机线程运行一轮:"+(System.currentTimeMillis()-sign));
//            System.out.println("第"+slave.getId()+"个堆垛机线程运行一轮:"+(System.currentTimeMillis()-sign));
            sign = System.currentTimeMillis();
        }
    }