Commit 46ba4a9d by 杨树贤

筛选问题

parent b1c3adf1
......@@ -54,7 +54,7 @@ class SupplierExaminationFilter
$query->where('purchase_name', $map['purchase_name']);
}
if (!empty($map['abnormal_level'])) {
if ((isset($map['abnormal_level']) && $map['abnormal_level'] === '0') || !empty($map['abnormal_level'])) {
$query->where('abnormal_level', $map['abnormal_level']);
}
......
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