vali преди 6 години
родител
ревизия
12e536a2f6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -142,7 +142,7 @@ class UnSettmatchLogic
         DB::table('settlement_middle_detail')->where('order_id', $order_id)->update(['money' => 0]);
 
         $order_main->status = 2;
-        $order_main->settlement_time = '';
+        $order_main->settlement_time = date('Y-m-d H:i:s');
         $order_main->use_mark = '';
         $order_main->game_status = 0;
         $order_main->settle_status = 1;