Browse Source

no message

xingzai 11 months ago
parent
commit
27808c2451
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/resource_data.go

+ 1 - 0
services/resource_data.go

@@ -173,6 +173,7 @@ func GetResourceDataList(condition string, pars []interface{}, startSize, pageSi
 		for _, v := range listyanxuanSpecial {
 			v.PublishTime = utils.TimeRemoveHms2(v.PublishTime)
 			v.Annotation, _ = GetReportContentTextSubNew(v.Content)
+			v.Content = ""
 			v.Pv = yanxuanSpecialPv[v.Id]
 			v.LabelKeywordImgLink = utils.LABEL_ICO_4
 			mapItems[fmt.Sprint(utils.CYGX_OBJ_YANXUANSPECIAL, v.Id)].YanxuanSpecial = v