Explorar el Código

提交极速游戏

lip hace 2 semanas
padre
commit
7248eaa2a3
Se han modificado 1 ficheros con 1 adiciones y 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'];
 }