瀏覽代碼

no message

xingzai 1 年之前
父節點
當前提交
4f09f5b712
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/resource_data.go

+ 1 - 1
services/resource_data.go

@@ -162,7 +162,7 @@ func GetResourceDataList(condition string, pars []interface{}, startSize, pageSi
 			err = errors.New("GetCygxProductInteriorList, Err: " + e.Error())
 			return
 		}
-		ProductInteriorHistoryMap := GetCygxProductInteriorHistoryListPvMap(articleIds)
+		ProductInteriorHistoryMap := GetCygxProductInteriorHistoryListPvMap(productinteriorIds)
 		for _, v := range listProductInterior {
 			v.Body = ProductInteriorHtml(v.Body)
 			v.Pv = ProductInteriorHistoryMap[v.ProductInteriorId]