*
lsh
1 天以前 ca1971f52b62c18efa1af540431175b8e8ec7cd3
src/main/java/com/zy/core/MainProcess.java
@@ -52,7 +52,7 @@
                try {
                    // 间隔
                    Thread.sleep(200);
                    System.out.println("开始:"+new Date().getTime());
//                    System.out.println("开始:"+new Date().getTime());
                    // 系统运行状态判断
                    if (!SystemProperties.WCS_RUNNING_STATUS.get()) {
@@ -69,7 +69,7 @@
                    mainService.rgvCompleteWrkMastSta(autoZ);
                    //更新位置信息
                    mainService.updateStePosition();
                    System.out.println("结束:"+new Date().getTime());
//                    System.out.println("结束:"+new Date().getTime());
                } catch (Exception e) {