当获取节点时的开启关闭状态不对
This commit is contained in:
parent
9b9abc0f2e
commit
138a298c43
@ -67,7 +67,7 @@ public class FlowChartController {
|
||||
|
||||
for (FlowChartDetailRecord record:flowChartDetailRecords
|
||||
) {
|
||||
flowChartDetailRecordListDto.setStatus(dto.getStatus());
|
||||
flowChartDetailRecordListDto.setStatus(record.getStatus());
|
||||
FlowChartDetailRecordSimpleDto detailRecordSimpleDto = new FlowChartDetailRecordSimpleDto();
|
||||
|
||||
BeanUtils.copyProperties(record, detailRecordSimpleDto);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user