|
|
@@ -44,7 +44,7 @@ class PtAssetClass extends BaseClass
|
|
|
$change = [
|
|
|
'relateId' => $id,
|
|
|
'capitalType' => $capitalType,
|
|
|
- 'amount' => $order->actPrice,
|
|
|
+ 'amount' => $order->amount,
|
|
|
'balance' => $currentAmount,
|
|
|
'txBalance' => $currentTxBalance,
|
|
|
'io' => 1,
|