@ -51,6 +51,7 @@ class Goods extends Model
'store_id',
'name',
'category_id',
'goods_category_id',
'goods_unit',
'price',
'original_price',
@ -102,7 +102,6 @@ class GoodsService implements GoodsServiceInterface
public function update($params)
{
var_dump($params);
$goods = Goods::query()->withoutGlobalScope('normal')
->where(
[