Commit 934081bb authored by zhuwei's avatar zhuwei

1

parent 26e05049
...@@ -355,7 +355,7 @@ class Broker extends Basic ...@@ -355,7 +355,7 @@ class Broker extends Basic
$where['a.id'] = [ '<>', 1 ]; $where['a.id'] = [ '<>', 1 ];
if (!empty($params['status'])) { if (is_numeric($params['status'])) {
$where['a.status'] = $params['status']; $where['a.status'] = $params['status'];
} }
......
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 to comment