Commit b6c43f46 authored by hujun's avatar hujun

职称全部

parent 2886237c
......@@ -768,8 +768,10 @@ class Broker extends Basic
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
$where['status'] = 0;
if (isset($this->params['position'])) {
if (isset($this->params['position']) && $this->params['position'] != -1) {
$where['position'] = $this->params['position'];
} else {
$where['position'] = ['<>', 5];
}
if (!empty($this->params['name'])) {
......
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