提交 d7fa29bb 作者: 925993793@qq.com

【央企舆情重大舆情】逻辑bug修改

上级 6aca983a
......@@ -854,7 +854,7 @@ public class InformationServiceImpl implements InformationService {
try {
if (checkStatus == 1) {
List<Label> labels = subjectdatabase.getLabels();
if (CollectionUtils.isEmpty(labels)) {
if (CollectionUtils.isNotEmpty(labels)) {
Optional<Label> important = labels.stream().filter(label -> StringUtils.isNotEmpty(label.getLabelMark()))
.filter(label -> label.getLabelMark().equals("important")).findAny();
if (important.isPresent()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论