|
|
|
@ -187,7 +187,7 @@ class GoodsService implements GoodsServiceInterface |
|
|
|
|
|
|
|
public function info($goodsId) |
|
|
|
{ |
|
|
|
$res = Goods::query()->withoutGlobalScope('normal')->where('id',$goodsId)->first(); |
|
|
|
$res = Goods::query()->withoutGlobalScope('normal')->where('id',$goodsId)->with('banner')->first(); |
|
|
|
return $res; |
|
|
|
} |
|
|
|
|
|
|
|
|