Commit 397c7687 authored by hujun's avatar hujun

拜访列表查询去除总监

parent b673b49c
......@@ -160,7 +160,7 @@ class Supervise extends Basic
if ($this->params['level']) {
$where .= ' AND level in ('.$this->params['level'].')';
} else {
$where .= ' AND level in (20,30,40)';
$where .= ' AND level in (20,40)';
}
if ($where) {
......
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