|
@@ -670,7 +670,7 @@ class NewsService implements NewsServiceInterface
|
|
}else{
|
|
}else{
|
|
$choice_id[0] = $choice['other']['other_id'];
|
|
$choice_id[0] = $choice['other']['other_id'];
|
|
}
|
|
}
|
|
- // return Result::success($data['choice_id']);
|
|
|
|
|
|
+ array_push($data['choice_id'],$choice['other']['other_id']);
|
|
}
|
|
}
|
|
// return Result::success($data);
|
|
// return Result::success($data);
|
|
$choice = ArticleSurvey::whereIn('id',$data['choice_id'])
|
|
$choice = ArticleSurvey::whereIn('id',$data['choice_id'])
|