Commit 3f8cad69 by “Kongxiangkun”

还原资讯编辑时pdf转内容代码

parent 54e36f70
......@@ -151,7 +151,7 @@ public class SiteInformationManageController {
@Override
public void handle() {
// 上传的pdf不拼接富文本
// translatePdfToPhoto(information);
translatePdfToPhoto(information);
InformationVo contentInformation = new InformationVo();
contentInformation.setId(information.getId());
contentInformation.setContent(information.getContent());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment