正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论