|
@@ -3394,15 +3394,13 @@ planId));
|
|
|
// 放,判断后一个动作节点是否是agv搬运,如果是,这个targetResourceId设置成空
|
|
|
if ("2".equals(command)) {
|
|
|
// 最后一个节点
|
|
|
- /*
|
|
|
if (count == childResourceAutoCodeList.size() - 1) {
|
|
|
taskNode.setTargetResourceId(t.getResourceId());
|
|
|
} else {
|
|
|
if (null == nextAutoCode.getResourceId()) {
|
|
|
taskNode.setTargetResourceId(null);
|
|
|
}
|
|
|
- } */
|
|
|
- taskNode.setTargetResourceId(null);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if (null != autoCode.getResourceId()) {
|