|
@@ -607,6 +607,7 @@ class NewsService implements NewsServiceInterface
|
|
|
$choice_id = $data['choice_id'];
|
|
|
if(!empty($choice['other'])){
|
|
|
array_push($data['choice_id'],$choice['other']['other_id']);
|
|
|
+ $choice_id[0] = $choice['other']['other_id'];
|
|
|
// return Result::success($data['choice_id']);
|
|
|
}
|
|
|
// return Result::success($data);
|