Merge pull request !140 from 赵世界/develop
This commit is contained in:
赵世界 2023-01-29 05:32:45 +00:00 committed by Gitee
commit 329ebad9d6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -16,7 +16,6 @@ class BusinessGoodsSku extends Model
];
protected $hidden = [
'self_sku_id',
'activity_no',
'goods_desc',
'goods_image_list',
@ -24,12 +23,9 @@ class BusinessGoodsSku extends Model
'limit_buy',
'market_price',
'update_time',
'goods_purchase_price',
'price_in_fen',
'quantity',
'goods_purchase_price',
'price_in_fen',
'quantity',
'quantity_type',
'reserve_quantity',
'sold_quantity',
@ -43,29 +39,26 @@ class BusinessGoodsSku extends Model
protected $fillable = [
'shop_id',
'business_order_id',
'already_cancel_number',
'cancel_status',
'activity_no',
'update_time',
'create_time',
'category_name',
'external_sku_id',
'goods_amount',
'goods_cost_price',
'goods_id',
'goods_name',
'goods_number',
'goods_price',
'goods_purchase_price',
'goods_specification',
'help_sell_amount',
'is_supplier',
'need_verification_number',
'shipping_status',
'sku_id',
'sub_order_sn',
'theoretically_refund_amount',
'thumb_url',
'verification_number',
'quantity_type'
'quantity_type',
'limit_buy',
'goods_image_list',
'quantity',
'spec_list',
'reserve_quantity',
'total_quantity',
'spec_name',
'sold_quantity',
'price_in_fen',
];
public function shop()