修改线束为结束

This commit is contained in:
wulin 2020-11-03 09:22:02 +08:00
parent 1bc0cc2495
commit 3f87608dcb

View File

@ -1111,7 +1111,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
flowIndex = flowRecord.getFlowIndex();
}
FlowRecordResp end = new FlowRecordResp();
end.setFlowName("线");
end.setFlowName("");
flowRecordList.add(end);
List<ResultComment> resultCommentList = resultCommentService.selectByRecordId(recordDetailDto.getResultRecordId());