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]