作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !2621
... ... @@ -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);
... ...