郑晓宇 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);
 
             //返回各个用户回答的问题