|
...
|
...
|
@@ -50,7 +50,7 @@ class GeoQuestionResLogic extends BaseLogic |
|
|
|
$filed = ['id','project_id','question_id','platform','question','en_question','keywords','url','created_at','updated_at'];
|
|
|
|
if(!empty($map['created_at'])){
|
|
|
|
$map['project_id'] = $this->user['project_id'];
|
|
|
|
$map['created_at'] = ['between',[$map['created_at'].' 00:00:00',$map['created_at'].'23:59:59']];
|
|
|
|
$map['created_at'] = ['between',[$map['created_at'].' 00:00:00',$map['created_at'].' 23:59:59']];
|
|
|
|
$this->model = new GeoQuestionLog();
|
|
|
|
}
|
|
|
|
$query = $this->model->formatQuery($map);
|
...
|
...
|
|