|
|
@@ -112,7 +112,7 @@ class xhMerchantAssetService
|
|
|
StatIncomeSourceService::replaceData([
|
|
|
'merchantId' => $order['merchantId'],
|
|
|
'sourceType' => $order['sourceType'],
|
|
|
- 'amount' => $order['actPrice'],
|
|
|
+ 'amount' => $totalFee,
|
|
|
'payWay' => $order['payWay']
|
|
|
]);
|
|
|
}
|