vali 6 жил өмнө
parent
commit
41724e5e74

+ 2 - 2
app/Logic/UnSettmatchLogic.php

@@ -163,7 +163,7 @@ class UnSettmatchLogic
 
                 $order_main->status = 2;
                 $order_main->settlement_time = date('Y-m-d H:i:s');
-                $order_main->use_mark = '注单所属赛事作废(作废)';
+                $order_main->use_mark = '';
                 $order_main->save();
 
                 goto SUCCESSCUL;
@@ -260,7 +260,7 @@ class UnSettmatchLogic
 
             $item->status = 3;
             $item->settlement_time = date('Y-m-d H:i:s');
-            $item->use_mark = '通过设置赛事比分作废!';
+            $item->use_mark = '';
             $item->save();
         }