作者 邓超

x

... ... @@ -251,7 +251,7 @@ class Home extends Base {
// if($start_time || $end_time){
// $where['email_id'] = $this->getEmails('id');
// }
$where['_'] = [];
if($start_time){
$where['_'][] = '`udate` >= '.$start_time;
}
... ...