|
@@ -101,11 +101,11 @@ func GetResourceDataList(condition string, pars []interface{}, startSize, pageSi
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- articleList, e = HandleArticleCategoryImg(articleList)
|
|
|
- if e != nil {
|
|
|
- err = errors.New("HandleArticleCategoryImg, Err: " + e.Error())
|
|
|
- return
|
|
|
- }
|
|
|
+ //articleList, e = HandleArticleCategoryImg(articleList)
|
|
|
+ //if e != nil {
|
|
|
+ // err = errors.New("HandleArticleCategoryImg, Err: " + e.Error())
|
|
|
+ // return
|
|
|
+ //}
|
|
|
for _, v := range articleList {
|
|
|
mapItems[fmt.Sprint("article", v.ArticleId)].Title = v.Title
|
|
|
mapItems[fmt.Sprint("article", v.ArticleId)].Annotation = v.Annotation
|