Commit 2f91cbde authored by hujun's avatar hujun

职称显示转勤和正常

parent 80a4ce1e
...@@ -770,7 +770,7 @@ class Broker extends Basic ...@@ -770,7 +770,7 @@ class Broker extends Basic
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo']; $pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$pageSize = empty($this->params['pageSize']) ? 15 : $this->params['pageSize']; $pageSize = empty($this->params['pageSize']) ? 15 : $this->params['pageSize'];
$where['status'] = 0; $where['status'] = ['in', '0,3'];
if (isset($this->params['position']) && $this->params['position'] != -1) { if (isset($this->params['position']) && $this->params['position'] != -1) {
$where['position'] = $this->params['position']; $where['position'] = $this->params['position'];
} else { } else {
......
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