Commit 860fcb1f by 杨树贤

fix

parent d3a8f1e4
Showing with 1 additions and 1 deletions
......@@ -1310,7 +1310,7 @@ class SupplierService
$isProdMode = ($mode === 'prod');
// 构建查询
$query = SupplierChannelModel::where('is_type', 0)
$query = SupplierChannelModel::where('is_type', 0)->where('supplier_id','>',12323)
->where('yunxin_channel_uid', '!=', '');
// 如果num>0则限制数量,否则不限制
......
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