Эх сурвалжийг харах

Merge branch 'debug' of http://8.136.199.33:3000/cxzhang/hongze_clpt into clpt_v3.0

xingzai 2 жил өмнө
parent
commit
e8b89c240e

+ 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