wiki附件展示大小,用户名展示,其他展示优化

This commit is contained in:
暮光:城中城
2020-12-27 14:25:38 +08:00
parent bd2d08c9ff
commit 64572e52ef
13 changed files with 66 additions and 10 deletions

View File

@@ -167,6 +167,7 @@ public class WikiPageFileController {
e.printStackTrace();
return DocResponseJson.warn("保存文件失败");
}
wikiPageFile.setFileSize(file.getSize());
wikiPageFile.setUuid(simpleUUID);
wikiPageFile.setFileUrl(path);
wikiPageFile.setFileName(fileName);