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