Compare commits
2 Commits
68f7da71d2
...
45b68217f3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45b68217f3 | ||
|
|
16bcecb62b |
@ -1910,6 +1910,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