Browse Source

no message

xingzai 2 years ago
parent
commit
94244b028a
1 changed files with 5 additions and 5 deletions
  1. 5 5
      services/resource_data.go

+ 5 - 5
services/resource_data.go

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