Commit 00db7ed3 by 王志超

feat: 变更行动工单详情变更Id使用主单id

parent df58fe44
......@@ -615,8 +615,7 @@ public class ChangeSubFlowBiz {
// topoId:这是子单详情页面,需要设置为子单的 topoId
changeFlowVO.setTopoId(ChangeFlowEnum.CHANGE_SUB_FLOW.getTopoId());
// flowId 和 flowNode:应该使用子单的数据,而不是主单的数据
changeFlowVO.setFlowId(Long.parseLong(subFlowId));
// flowNode:应该使用子单的数据,而不是主单的数据
changeFlowVO.setFlowNode(subFlowRecord.getSubFlowNode());
// 只保留该变更行动工单下绑定的行动项
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment