Compare commits

...

2 Commits

Author SHA1 Message Date
wangliwen 99df97a174 Merge branch 'dev' of http://192.168.124.50:3000/wangliwen/share-platform into dev 2022-12-14 15:16:28 +08:00
wangliwen fd680542a5 ... 2022-12-14 15:14:34 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ public class HistoryController {
detailDTO.setExecutionId(task.getExecutionId());
detailDTO.setProcessDefinitionId(task.getProcessDefinitionId());
detailDTO.setComment("待审核");
detailDTO.setTaskId(task.getId());
final List<HistoryDetailDTO> taskHandleDetailInfo_ = new ArrayList<>();
taskHandleDetailInfo_.add(detailDTO);
taskHandleDetailInfo_.addAll(list);