getAll(); // 虚拟商品可核销门店 $verifyStoreList = empty($model['verify_store_ids']) ? [] : (new StoreModel)->getListByIds($model['verify_store_ids'], $shop_supplier_id); return compact('category', 'delivery', 'specData', 'agentSetting', 'basicSetting', 'isSpecLocked', 'audit_setting', 'tableList', 'verifyStoreList'); } }