feat: (REQ-3540) 文件信息version优化
This commit is contained in:
parent
2bfedc2e78
commit
00cab9f074
@ -53,7 +53,7 @@ public class WpsBaseManager {
|
||||
return WpsFetchFileResponse.builder()
|
||||
.docCode(docCode)
|
||||
.name(node.getFullFileName())
|
||||
.version(node.getOrCreateFileAttributes().getVersion())
|
||||
.version(node.getOrCreateFileAttributes().fetchVersion())
|
||||
.size(node.getSize())
|
||||
.createAt(node.getCreateAt())
|
||||
.updateAt(node.getUpdateAt())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user