lip 17 часов назад
Родитель
Сommit
f737be4833
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Models/LhcOrderItem.php

+ 1 - 1
app/Models/LhcOrderItem.php

@@ -2,7 +2,7 @@
 namespace App\Models;
 class LhcOrderItem extends BaseModel
 {
-    protected $table = 'lhc_order_items';
+    protected $table = 'lhc_order_item';
     protected $fillable = ['ordernum','number','number_id','member_id','lottery_status','win_amount','profit_and_loss','remark'];
     protected $hidden = [];