Commit 4c7963b7 authored by hujun's avatar hujun

跟进时间搜索条件

parent 2c2e42a5
...@@ -101,8 +101,8 @@ class Remark extends Basic ...@@ -101,8 +101,8 @@ class Remark extends Basic
$where['disc'] = $this->params['disc']; $where['disc'] = $this->params['disc'];
} }
if (!empty($this->params['id'])) { if (!empty($this->params['user_id'])) {
$where['user_id'] = $this->params['id']; $where['user_id'] = $this->params['user_id'];
} }
if (!empty($where_user)) { if (!empty($where_user)) {
......
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