Commit c31fb1b3 by 杨树贤

优化格式

parent 1725894a
Showing with 1 additions and 0 deletions
......@@ -541,6 +541,7 @@ class DataService
$suppliers = SupplierChannelModel::with(['contact', 'attachment', 'yunxin_account'])
->where('uploaded_sku', 1)
->where('is_type', 0)
->where('group_code','!=','')
->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