xingzai 1 ano atrás
pai
commit
4f09f5b712
1 arquivos alterados com 1 adições e 1 exclusões
  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())
 			err = errors.New("GetCygxProductInteriorList, Err: " + e.Error())
 			return
 			return
 		}
 		}
-		ProductInteriorHistoryMap := GetCygxProductInteriorHistoryListPvMap(articleIds)
+		ProductInteriorHistoryMap := GetCygxProductInteriorHistoryListPvMap(productinteriorIds)
 		for _, v := range listProductInterior {
 		for _, v := range listProductInterior {
 			v.Body = ProductInteriorHtml(v.Body)
 			v.Body = ProductInteriorHtml(v.Body)
 			v.Pv = ProductInteriorHistoryMap[v.ProductInteriorId]
 			v.Pv = ProductInteriorHistoryMap[v.ProductInteriorId]