Selaa lähdekoodia

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

xingzai 2 vuotta sitten
vanhempi
commit
db4aed7cd9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {