|
@@ -941,7 +941,7 @@ class NewsService implements NewsServiceInterface
|
|
|
} else {
|
|
|
$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);
|
|
|
$choice = ArticleSurvey::whereIn('id', $data['choice_id'])
|