商品评论商品信息丢失修复
parent
2e8b9c9aaa
commit
736dc6b706
|
|
@ -230,7 +230,9 @@ class GoodsCommentsService
|
||||||
['id', 'in', array_unique(array_column($data, 'goods_id'))],
|
['id', 'in', array_unique(array_column($data, 'goods_id'))],
|
||||||
['is_delete_time', '=', 0],
|
['is_delete_time', '=', 0],
|
||||||
],
|
],
|
||||||
'field' => 'id,title,images,price,min_price',
|
'field' => 'id,title,images,price,min_price',
|
||||||
|
'm' => 0,
|
||||||
|
'n' => 0,
|
||||||
];
|
];
|
||||||
$ret = GoodsService::GoodsList($goods_params);
|
$ret = GoodsService::GoodsList($goods_params);
|
||||||
if(!empty($ret['data']))
|
if(!empty($ret['data']))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue