Commit 43497fc1 authored by hujun's avatar hujun

客户列表搜索修改

parent 9bf44f1d
...@@ -141,7 +141,7 @@ class Member extends Basic{ ...@@ -141,7 +141,7 @@ class Member extends Basic{
//注册时间 //注册时间
if (!empty($params['registration_end']) && empty($params['registration_start'])) { if (!empty($params['registration_end']) && empty($params['registration_start'])) {
$where['a.registration_time'] = ['< time',$params['registration_start']. ' 23:59:59']; $where['a.registration_time'] = ['< time',$params['registration_end']. ' 23:59:59'];
} }
//注册时间 //注册时间
......
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