#
Junjie
2 天以前 3c0129480a0493bd87bf38273b23eae3099c3f3d
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();
        }
    }