郑晓宇 6 년 전
부모
커밋
f879461061
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Jobs/Settlement.php

+ 1 - 1
app/Jobs/Settlement.php

@@ -141,7 +141,7 @@ class Settlement implements ShouldQueue
             $update_data["end_at"] = date("Y-m-d H:i:s");
             RoomQuestion::where([
                 "room_id" => $this->room_id,
-                "question_id" => $this->question_id,
+                "question_id" => $question_id,
             ])->update($update_data);
 
             //返回各个用户回答的问题