shish 5 лет назад
Родитель
Сommit
418fa8a8b7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      biz-hd/merchant/classes/ShopClass.php

+ 2 - 2
biz-hd/merchant/classes/ShopClass.php

@@ -130,12 +130,12 @@ class ShopClass extends BaseClass
         $change = [
             'relateId' => $id,
             'capitalType' => $capitalType,
-            'amount' => $order->actPrice,
+            'amount' => $amount,
             'balance' => $currentBalance,
             'txBalance' => $currentTx,
             'io' => 1,
             'payWay' => $order->payWay,
-            'event' => "充值(订单:{$order->orderSn})",
+            'event' => "充值{$amount}元",
             'sjId' => $order->sjId,
             'shopId' => $order->shopId,
             'tx' => $tx,