*
lsh
5 天以前 3951add7a40f76bb403ead8c0acffb970d1bfa5c
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) {