作者 lyh

gx数据

@@ -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);