彭俊 6 anni fa
parent
commit
3d0e5f58d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Models/SportsNoteList.php

+ 1 - 1
app/Models/SportsNoteList.php

@@ -1245,7 +1245,7 @@ class SportsNoteList extends BaseModel
                 $models->status = '1';
                 try {
                     DB::beginTransaction();//开启事务
-                    $this->where('order_id', $v['order_id'])->update(['status' => '2','use_mark'=>'通过设置赛事比分作废']);
+                    $this->where('order_id', $v['order_id'])->update(['status' => '2']);//'use_mark'=>'通过设置赛事比分作废'
                     \App\Models\Account_detailed::where('account_identity', $v['account_identity'])->update(['available_cash' => $v['available_cash'], 'cash' => $v['available_cash']]);
                     $models->save();