|
@@ -363,7 +363,7 @@ class MexOrderLogic
|
|
|
// 使用circulation方法将资金从冻结账户转移回可用账户
|
|
// 使用circulation方法将资金从冻结账户转移回可用账户
|
|
|
$circulationResult = $fundService->circulation(
|
|
$circulationResult = $fundService->circulation(
|
|
|
$availableAccountType,
|
|
$availableAccountType,
|
|
|
- $order->frozen_amount,
|
|
|
|
|
|
|
+ (float) $order->frozen_amount,
|
|
|
$order->id,
|
|
$order->id,
|
|
|
'mex_buy_order_cancel',
|
|
'mex_buy_order_cancel',
|
|
|
"农贸市场买入订单取消解冻,订单ID:{$order->id}"
|
|
"农贸市场买入订单取消解冻,订单ID:{$order->id}"
|