Commit 38e3b12f by “Kongxiangkun”

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

parent 3f8cad69
......@@ -297,8 +297,8 @@ public class SiteInformationManageController {
}
if (!CollectionUtils.isEmpty(imageOssPathList)) {
String htmlBR = "<p><br></p>";
String content = StringUtils.isEmpty(information.getContent()) ? htmlBR : information.getContent();
String content = "<p><br></p>";
//String content = StringUtils.isEmpty(information.getContent()) ? htmlBR : information.getContent();
StringBuilder sb = new StringBuilder(content);
for (int i = 1; i <= imageOssPathList.size(); i++) {
......
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