|
@@ -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
|