作者 邓超

x

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