|
@@ -279,7 +279,7 @@ func GetResourceDataList(condition string, pars []interface{}, startSize, pageSi
|
|
|
err = errors.New("GetYanxuanSpecialList, Err: " + e.Error())
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
+ yanxuanSpecialPv := GetYanxuanSpecialRecordByYanxuanSpecialId(yanxuanSpecialIds) // 专栏Pv
|
|
|
for _, v := range listyanxuanSpecial {
|
|
|
v.PublishTime = utils.TimeRemoveHms2(v.PublishTime)
|
|
|
v.Annotation, _ = GetReportContentTextSubNew(v.Content)
|
|
@@ -287,6 +287,7 @@ func GetResourceDataList(condition string, pars []interface{}, startSize, pageSi
|
|
|
v.Source = utils.CYGX_OBJ_YANXUANSPECIAL
|
|
|
v.PublishDate = v.PublishTime
|
|
|
v.LabelKeyword = "专栏"
|
|
|
+ v.Pv = yanxuanSpecialPv[v.Id]
|
|
|
v.LabelKeywordImgLink = utils.LABEL_ICO_4
|
|
|
mapItems[fmt.Sprint(utils.CYGX_OBJ_YANXUANSPECIAL, v.Id)].YanxuanSpecial = v
|
|
|
}
|