Commit 2762d87c by “zcwang”

add: 详情展示耳机变更类型

parent e119bed6
...@@ -601,7 +601,7 @@ public class ChangeFlowBiz { ...@@ -601,7 +601,7 @@ public class ChangeFlowBiz {
changeFlowVO.setId(changeRecord.getId()); changeFlowVO.setId(changeRecord.getId());
changeFlowVO.setFlowId(changeRecord.getFlowId()); changeFlowVO.setFlowId(changeRecord.getFlowId());
changeFlowVO.setParentChangeClassId(changeRecord.getParentChangeClassId()); changeFlowVO.setParentChangeClassId(changeRecord.getParentChangeClassId());
changeFlowVO.setSonChangeClassId(changeFlowVO.getSonChangeClassId()); changeFlowVO.setSonChangeClassId(changeRecord.getSonChangeClassId());
changeFlowVO.setChangeSubject(changeRecord.getChangeSubject()); changeFlowVO.setChangeSubject(changeRecord.getChangeSubject());
ChangeType parentChangeType = changeTypeService.getChangeTypeById(changeRecord.getParentChangeClassId()); ChangeType parentChangeType = changeTypeService.getChangeTypeById(changeRecord.getParentChangeClassId());
if (parentChangeType == null) { if (parentChangeType == null) {
......
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