Commit c8dc4c34 authored by zhuwei's avatar zhuwei

评价列表-加进场时间筛选

parent 9c593250
...@@ -65,9 +65,10 @@ class Evaluation extends Basic ...@@ -65,9 +65,10 @@ class Evaluation extends Basic
$where['b.user_phone'] = ['LIKE','%'.$params['user_phone'].'%']; $where['b.user_phone'] = ['LIKE','%'.$params['user_phone'].'%'];
} }
//6.进场时间 //6.进场时间
//if (!empty($params['registration_start']) && !empty($params['registration_end'])) { if (!empty($params['march_in_time_start']) && !empty($params['march_in_time_end'])) {
//$where['a.registration_time'] = ['between time', [$params['registration_start']. ' 00:00:00', $params['registration_end'] . ' 23:59:59']]; $where['a.source'] = 10 ;
//} $where['a.create_time'] = ['between time', [$params['march_in_time_start']. ' 00:00:00', $params['march_in_time_end'] . ' 23:59:59']];
}
//搜索条件 end //搜索条件 end
$fields_evaluate = 'user_nick,user_phone,evaluate_grade,evaluate_content,a.create_time,c.name,c.phone'; $fields_evaluate = 'user_nick,user_phone,evaluate_grade,evaluate_content,a.create_time,c.name,c.phone';
......
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