|
@@ -139,7 +139,7 @@ class UnSettmatchLogic
|
|
|
$mModel->trade_id = $item->order_id;
|
|
$mModel->trade_id = $item->order_id;
|
|
|
$mModel->account_name = $userInents['accountIdent']->account;
|
|
$mModel->account_name = $userInents['accountIdent']->account;
|
|
|
$mModel->account_identity = $accountIdent;
|
|
$mModel->account_identity = $accountIdent;
|
|
|
- $mModel->moneytime = $time;
|
|
|
|
|
|
|
+ $mModel->money_time = $time;
|
|
|
$mModel->money_type = 3;
|
|
$mModel->money_type = 3;
|
|
|
$mModel->trade_desc = '赛事取消返款--matchid=' . $this->match_id;
|
|
$mModel->trade_desc = '赛事取消返款--matchid=' . $this->match_id;
|
|
|
|
|
|