作者 lyh

GXgeo设置

@@ -107,16 +107,9 @@ class GeoQuestionRes extends Command @@ -107,16 +107,9 @@ class GeoQuestionRes extends Command
107 }else{ 107 }else{
108 $geoResultModel->edit($data,['id'=>$resultInfo['id']]); 108 $geoResultModel->edit($data,['id'=>$resultInfo['id']]);
109 } 109 }
110 - $data_log = [  
111 - 'project_id'=>$info['project_id'],  
112 - 'question_id'=>$info['id'],  
113 - 'platform'=>$p_item,  
114 - 'question'=>$q_item,  
115 - 'text'=>json_encode($result_data ?? [],true),  
116 - 'type'=>$info['type'] ?? 1  
117 - ]; 110 + //日志记录
118 $geoLogModel = new GeoQuestionLog(); 111 $geoLogModel = new GeoQuestionLog();
119 - $geoLogModel->addReturnId($data_log); 112 + $geoLogModel->addReturnId($data);
120 } 113 }
121 } 114 }
122 //更新下次执行时间 115 //更新下次执行时间