REQ-2595-修复批量转交错误未提示问题
This commit is contained in:
parent
c46d61480e
commit
815d69aaae
@ -703,6 +703,7 @@ public class BpmnProcessTaskServiceImpl implements BpmnProcessTaskService {
|
||||
result.setDetails(details);
|
||||
dtos.forEach(dto -> {
|
||||
BatchOperationItemResultVO itemVO = new BatchOperationItemResultVO();
|
||||
details.add(itemVO);
|
||||
itemVO.setType("流程");
|
||||
try {
|
||||
if (dto instanceof BpmnTaskTransferDTO) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user