Commit f0dedd99 by 杨树贤

禁止交易

parent e8f2aa24
...@@ -112,7 +112,8 @@ class SupplierFilter ...@@ -112,7 +112,8 @@ class SupplierFilter
1499, 1499,
1354, 1354,
1613, 1613,
1000 1000,
1619
])) { ])) {
$query->where('supplier_channel.supplier_id', '>', 12211); $query->where('supplier_channel.supplier_id', '>', 12211);
} }
...@@ -208,6 +209,7 @@ class SupplierFilter ...@@ -208,6 +209,7 @@ class SupplierFilter
case "disable": case "disable":
//未通过 //未通过
$query->where('status', SupplierChannelModel::STATUS_DISABLE); $query->where('status', SupplierChannelModel::STATUS_DISABLE);
$query->orWhere('status', SupplierChannelModel::STATUS_DISABLE);
break; break;
case "no_purchase_uid": case "no_purchase_uid":
//没有渠道开发 //没有渠道开发
......
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