Commit 5885de54 by 杨树贤

禁用状态筛选

parent cacabeb6
...@@ -208,6 +208,7 @@ class SupplierFilter ...@@ -208,6 +208,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