Browse Source

Merge branch 'cygx_9.10' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

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

+ 1 - 0
services/resource_data.go

@@ -74,6 +74,7 @@ func GetResourceDataList(condition string, pars []interface{}, startSize, pageSi
 		}
 		}
 		for _, v := range listArticle {
 		for _, v := range listArticle {
 			v.Body = ""
 			v.Body = ""
+			v.BodyHtml = ""
 			mapItems[fmt.Sprint("article", v.ArticleId)].Article = v
 			mapItems[fmt.Sprint("article", v.ArticleId)].Article = v
 		}
 		}
 	}
 	}