修改线束为结束
This commit is contained in:
parent
1bc0cc2495
commit
3f87608dcb
@ -1111,7 +1111,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
|||||||
flowIndex = flowRecord.getFlowIndex();
|
flowIndex = flowRecord.getFlowIndex();
|
||||||
}
|
}
|
||||||
FlowRecordResp end = new FlowRecordResp();
|
FlowRecordResp end = new FlowRecordResp();
|
||||||
end.setFlowName("线束");
|
end.setFlowName("结束");
|
||||||
flowRecordList.add(end);
|
flowRecordList.add(end);
|
||||||
List<ResultComment> resultCommentList = resultCommentService.selectByRecordId(recordDetailDto.getResultRecordId());
|
List<ResultComment> resultCommentList = resultCommentService.selectByRecordId(recordDetailDto.getResultRecordId());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user