mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
commit
edc6c77af3
@ -52,7 +52,7 @@ class GoodsSkusController extends Controller
|
||||
}])
|
||||
->where('is_combination', 0)
|
||||
->orderBy('stock', 'desc')
|
||||
->paginate(1);
|
||||
->paginate($request->get('per_page'));
|
||||
$fields = implode(',', [
|
||||
'shop_id',
|
||||
'external_sku_id',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user