瀏覽代碼

统计总值

shish 6 年之前
父節點
當前提交
9f9ba3ae2b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/services/xhMerchantAssetService.php

+ 1 - 1
common/services/xhMerchantAssetService.php

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