REQ-3540: 编译报错问题
This commit is contained in:
parent
b5794cb3fc
commit
b895d07497
@ -95,8 +95,8 @@ public class WpsEditManager {
|
||||
.name(node.getName())
|
||||
.version(node.getFileAttributes().getVersion())
|
||||
.size(node.getSize())
|
||||
.createTime(node.getCreateAt())
|
||||
.modifyTime(node.getUpdateAt())
|
||||
.createTime(node.getCreateAt().getTime())
|
||||
.modifyTime(node.getUpdateAt().getTime())
|
||||
.modifierId(node.getFileAttributes().getModifierId())
|
||||
.creatorId(node.getFileAttributes().getCreatorId())
|
||||
.build();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user