正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -50,7 +50,7 @@ class GeoQuestionResLogic extends BaseLogic | @@ -50,7 +50,7 @@ class GeoQuestionResLogic extends BaseLogic | ||
| 50 | $filed = ['id','project_id','question_id','platform','question','en_question','keywords','url','created_at','updated_at']; | 50 | $filed = ['id','project_id','question_id','platform','question','en_question','keywords','url','created_at','updated_at']; |
| 51 | if(!empty($map['created_at'])){ | 51 | if(!empty($map['created_at'])){ |
| 52 | $map['project_id'] = $this->user['project_id']; | 52 | $map['project_id'] = $this->user['project_id']; |
| 53 | - $map['created_at'] = ['between',[$map['created_at'].' 00:00:00',$map['created_at'].'23:59:59']]; | 53 | + $map['created_at'] = ['between',[$map['created_at'].' 00:00:00',$map['created_at'].' 23:59:59']]; |
| 54 | $this->model = new GeoQuestionLog(); | 54 | $this->model = new GeoQuestionLog(); |
| 55 | } | 55 | } |
| 56 | $query = $this->model->formatQuery($map); | 56 | $query = $this->model->formatQuery($map); |
-
请 注册 或 登录 后发表评论