feat(REQ-5965) - 调整“查看文档”按钮无法正确打开业务传入的文档
This commit is contained in:
parent
fa1acf573d
commit
16bcecb62b
@ -1909,6 +1909,9 @@ public class BpmnProcessInstanceServiceImpl implements BpmnProcessInstanceServic
|
||||
if (Objects.nonNull(archive)) {
|
||||
t.setFileRelationId(archive.getFileCode());
|
||||
t.setFileKey(archive.getFileKey());
|
||||
} else {
|
||||
// 业务自定义文档
|
||||
t.setFileKey(s.getFileRelationId());
|
||||
}
|
||||
t.setReadStatus(readStatusMap.getOrDefault(t.getId(), false));
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user