AI 2 달 전
부모
커밋
9d920474e1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      app/JsonRpc/NewsService.php

+ 4 - 4
app/JsonRpc/NewsService.php

@@ -270,7 +270,7 @@ class NewsService implements NewsServiceInterface
                             'survey_name' => $survey_name,
                             'choice_name' => $value[1],
                             'is_other' => 1,
-                            'orther_id' => 0,
+                            'other_id' => 0,
                             'results' => 0,
 
                         ];
@@ -282,7 +282,7 @@ class NewsService implements NewsServiceInterface
                             'survey_name' => $survey_name,
                             'choice_name' => $value,
                             'is_other' => 0,
-                            'orther_id' => 0,
+                            'other_id' => 0,
                             'results' => 0,
 
                         ];
@@ -383,7 +383,7 @@ class NewsService implements NewsServiceInterface
                             'survey_name' => $survey_name,
                             'choice_name' => $value[1],
                             'is_other' => 1,
-                            'orther_id' => 0,
+                            'other_id' => 0,
                             'results' => 0,
 
                         ];
@@ -395,7 +395,7 @@ class NewsService implements NewsServiceInterface
                             'survey_name' => $survey_name,
                             'choice_name' => $value,
                             'is_other' => 0,
-                            'orther_id' => 0,
+                            'other_id' => 0,
                             'results' => 0,
 
                         ];