vali 6 жил өмнө
parent
commit
8c16638693

+ 2 - 2
app/Logic/UnSettmatchLogic.php

@@ -155,9 +155,9 @@ class UnSettmatchLogic
                 goto ERRORCURL;
             } else {
 
-                $order_main->status = 3;
+                $order_main->status = 4;
                 $order_main->settlement_time = date('Y-m-d H:i:s');
-                $order_main->use_mark = '注单所属赛事作废';
+                $order_main->use_mark = '注单所属赛事作废(作废)';
                 $order_main->save();
 
                 goto SUCCESSCUL;