Explorar o código

提交极速游戏

lip hai 2 semanas
pai
achega
7248eaa2a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'];
 }