作者 lyh

gx

... ... @@ -153,7 +153,7 @@ class GeoQuestionResLogic extends BaseLogic
*/
public function getLabelData(){
$questionModel = new GeoQuestion();
$labelArr = $questionModel->getValue(['project_id'=>$this->user['project_id']],'label');
$labelArr = $questionModel->selectField(['project_id'=>$this->user['project_id']],'label');
$data = [];
foreach ($labelArr as $item){
$arr = explode("\r\n",$item);
... ...