Browse Source

报告类型为【综述报告】的,不显示在纪要库,同时不同步到搜索引擎

xingzai 2 years ago
parent
commit
db4aed7cd9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/article.go

+ 1 - 0
services/article.go

@@ -915,6 +915,7 @@ func HandleArticleListByApi(artcleId int) (err error) {
 				return err
 			}
 			v.CategoryId = detailCategory.CategoryId
+			v.IsSummary = 0
 		}
 
 		if count > 0 {