Merge pull request !178 from 赵世界/develop
This commit is contained in:
赵世界 2023-07-31 06:01:17 +00:00 committed by Gitee
commit edc6c77af3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -52,7 +52,7 @@ class GoodsSkusController extends Controller
}]) }])
->where('is_combination', 0) ->where('is_combination', 0)
->orderBy('stock', 'desc') ->orderBy('stock', 'desc')
->paginate(1); ->paginate($request->get('per_page'));
$fields = implode(',', [ $fields = implode(',', [
'shop_id', 'shop_id',
'external_sku_id', 'external_sku_id',