Commit 7497525d by 杨树贤

待审核数量

parent c8c15c00
......@@ -130,7 +130,10 @@ class SupplierFilter
SupplierChannelModel::STATUS_NEED_REVIEW
]);
} else {
$query = $query->where('status', SupplierChannelModel::STATUS_IN_REVIEW);
$query = $query->whereIn('status', [
SupplierChannelModel::STATUS_IN_REVIEW,
SupplierChannelModel::STATUS_NEED_REVIEW
]);
}
}
......
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