Commit 4dcc4aa9 by 杨树贤

fix

parent 3ee972a3
Showing with 3 additions and 1 deletions
......@@ -2009,7 +2009,9 @@ class DataService
->whereIn('can_check_uids', $channelUids)
->delete();
$newChannelUid = SupplierChannelModel::where('supplier_id', $supplier['supplier_id'])->pluck('can_check_uids')->toArray();
$newChannelUid = SupplierContactModel::where('supplier_id', $supplier['supplier_id'])
->pluck('can_check_uids')
->toArray();
if (empty($newChannelUid)) {
continue;
}
......
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