소스 검색

提交极速游戏

lip 2 주 전
부모
커밋
7248eaa2a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Models/JisuGameOrder.php

+ 1 - 1
app/Models/JisuGameOrder.php

@@ -5,5 +5,5 @@ namespace App\Models;
 class JisuGameOrder extends BaseModel
 {
     protected $table = 'jisu_game_order';
-    protected $fillable = ['ordernum', 'gameplay_id', 'member_id','odds','amount','status','win_amount','profit_and_loss','remark'];
+    protected $fillable = ['ordernum', 'gameplay_id', 'member_id','odds','amount','status','win_amount','profit_and_loss','remark','created_at', 'updated_at'];
 }