Commit 91b45e27 by lichen1

后台上传的pdf不做富文本拼接处理

parent 590a401b
...@@ -150,7 +150,8 @@ public class SiteInformationManageController { ...@@ -150,7 +150,8 @@ public class SiteInformationManageController {
taskExecutor.asynExecute(new AbstractTaskHandler() { taskExecutor.asynExecute(new AbstractTaskHandler() {
@Override @Override
public void handle() { public void handle() {
translatePdfToPhoto(information); // 上传的pdf不拼接富文本
// 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