提交 b18bacdb 作者: 925993793@qq.com

研究中心-文件上传bug修改

上级 6a48437c
...@@ -1071,7 +1071,7 @@ public class InformationServiceImpl implements InformationService { ...@@ -1071,7 +1071,7 @@ public class InformationServiceImpl implements InformationService {
specialInformation.setContentWithTag(info.getContent()); specialInformation.setContentWithTag(info.getContent());
} }
if (StringUtils.isNotEmpty(info.getSummary())) { if (StringUtils.isNotEmpty(info.getSummary())) {
specialInformation.setContent(info.getSummary()); specialInformation.setSummary(info.getSummary());
} }
specialInformation.setCheckStatus(1); specialInformation.setCheckStatus(1);
specialInformation.setDeleteFlag(0); specialInformation.setDeleteFlag(0);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论