Merge branch 'feature/REQ-5965' into test
This commit is contained in:
commit
45b68217f3
@ -1910,6 +1910,9 @@ public class BpmnProcessInstanceServiceImpl implements BpmnProcessInstanceServic
|
|||||||
if (Objects.nonNull(archive)) {
|
if (Objects.nonNull(archive)) {
|
||||||
t.setFileRelationId(archive.getFileCode());
|
t.setFileRelationId(archive.getFileCode());
|
||||||
t.setFileKey(archive.getFileKey());
|
t.setFileKey(archive.getFileKey());
|
||||||
|
} else {
|
||||||
|
// 业务自定义文档
|
||||||
|
t.setFileKey(s.getFileRelationId());
|
||||||
}
|
}
|
||||||
t.setReadStatus(readStatusMap.getOrDefault(t.getId(), false));
|
t.setReadStatus(readStatusMap.getOrDefault(t.getId(), false));
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user