Commit cc56dc0b authored by hujun's avatar hujun

1

parent 6efd5458
......@@ -764,7 +764,7 @@ class Broker extends Basic
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
$where['status'] = 0;
if (!empty($this->params['position'])) {
if (isset($this->params['position'])) {
$where['position'] = $this->params['position'];
}
......
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