|
|
@@ -135,7 +135,7 @@ class UnSettmatchLogic
|
|
|
|
|
|
foreach ($order_main->matchdatas as $matitem) {
|
|
|
if ($matitem->order_id == $order_id) {
|
|
|
- $matitem->result = 3;
|
|
|
+ $matitem->result = 2;
|
|
|
$matitem->matchresult = '手动订单取消(平局)';
|
|
|
$matitem->save();
|
|
|
}
|
|
|
@@ -211,7 +211,7 @@ class UnSettmatchLogic
|
|
|
|
|
|
foreach ($order_main->matchdatas as $matitem) {
|
|
|
if ($matitem->order_id == $order_id) {
|
|
|
- $matitem->result = 3;
|
|
|
+ $matitem->result = 2;
|
|
|
$matitem->matchresult = '手动订单取消(平局)';
|
|
|
$matitem->save();
|
|
|
}
|