|
|
@@ -133,6 +133,7 @@ class UnSettmatchLogic
|
|
|
}
|
|
|
$order_main->status = 3;
|
|
|
$order_main->settlement_time = date('Y-m-d H:i:s');
|
|
|
+ $order_main->use_mark = '注单所属赛事作废';
|
|
|
$order_main->save();
|
|
|
}
|
|
|
|
|
|
@@ -244,6 +245,7 @@ class UnSettmatchLogic
|
|
|
$mModel->save();
|
|
|
$item->status = 3;
|
|
|
$item->settlement_time = date('Y-m-d H:i:s');
|
|
|
+ $item->use_mark = '注单所属赛事作废!';
|
|
|
$item->save();
|
|
|
}
|
|
|
|