1
luxiaotao1123
3 天以前 3a6155c8c3464152e0bc6267059a045c0d102c49
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/MainService.java
@@ -780,6 +780,7 @@
                            continue;
                        }
                        String next = pathListPart.get(i);
                        Code nextCode = codeService.getCacheByData(next);
@@ -854,6 +855,23 @@
                            lastDirection = nextDirection;
                        }
                        actionList.add(new Action(
                                null,    // 编号
                                task.getBusId(),    // 总线
                                task.getId(),    // 任务
                                null,    // 动作号
                                null,    // 优先级
                                ActionTypeType.RunToWaitHeight.desc,    // 名称
                                1D,    // 属性값
                                lastCode.getData(),    // 地面码
                                "350",   // 动作参数
                                ActionTypeType.RunToWaitHeight.val(),    // 动作类型
                                actionPrepareSts,    // 动作进度
                                agvId,    // AGV
                                now    // 工作时间
                        ));
                        // run
                        ActionTypeType actionType = ActionTypeType.StraightAheadTurnable;
                        if (reverse) {