浏览代码

no message

xingzai 11 月之前
父节点
当前提交
27808c2451
共有 1 个文件被更改,包括 1 次插入0 次删除
  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