#
Junjie
2026-01-12 9dc731ba8d1a20da3556879f0b41630bfd73dec3
src/main/java/com/zy/core/utils/DualCrnOperateProcessUtils.java
@@ -578,7 +578,7 @@
                            continue;
                        }
                        //生成仿真站点数据
                        StationCommand command = stationThread.getMoveCommand(9998, wrkMast.getSourceStaNo(), 0, 0);
                        StationCommand command = stationThread.getCommand(StationCommandType.WRITE_INFO, 9998, wrkMast.getSourceStaNo(), 0, 0);
                        MessageQueue.offer(SlaveType.Devp, stationObjModel.getDeviceNo(), new Task(2, command));
                    }
                }