*
lsh
2025-06-07 c60ff5a68d23853978a5f53c36867c6a2195ceca
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) {