lip 2 долоо хоног өмнө
parent
commit
7248eaa2a3

+ 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'];
 }