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