Commit 063a673c by 杨树贤

补充条件

parent 829176dc
Showing with 1 additions and 0 deletions
......@@ -540,6 +540,7 @@ class DataService
$suppliers = SupplierChannelModel::with(['contact', 'attachment', 'yunxin_account'])
->where('uploaded_sku', 1)
->where('is_type', 0)
->where('yunxin_channel_uid', '!=', '')
->orderBy('update_time', 'desc')
// ->limit(10)
......
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