Commit 86fd0ba3 by 杨树贤

修复列表报错

parent fe83e5c1
......@@ -18,7 +18,7 @@ class SupplierShareApplyService
$limit = request()->get('limit', 10);
$query = $applyModel::with([
'supplier' => function ($q) {
$q->select(['supplier_name', 'supplier_id']);
$q->select(['supplier_name', 'supplier_id','yunxin_channel_uid']);
},
'department',
'apply_department'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment