Commit 3f8cad69 by “Kongxiangkun”

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

parent 54e36f70
...@@ -151,7 +151,7 @@ public class SiteInformationManageController { ...@@ -151,7 +151,7 @@ public class SiteInformationManageController {
@Override @Override
public void handle() { public void handle() {
// 上传的pdf不拼接富文本 // 上传的pdf不拼接富文本
// translatePdfToPhoto(information); translatePdfToPhoto(information);
InformationVo contentInformation = new InformationVo(); InformationVo contentInformation = new InformationVo();
contentInformation.setId(information.getId()); contentInformation.setId(information.getId());
contentInformation.setContent(information.getContent()); 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