|
|
|
@ -133,7 +133,7 @@ class AgentProductController extends Controller |
|
|
|
'name' => $name, |
|
|
|
'original_price' => min(array_column($list, 'original_price')), |
|
|
|
'price' => min(array_column($list, 'price')), |
|
|
|
'list' => array_column($list, null, 'date'), |
|
|
|
'list' => $list, |
|
|
|
]; |
|
|
|
} |
|
|
|
unset($agent_product->spec); |
|
|
|
|