shish 4 лет назад
Родитель
Сommit
cd7b436fb2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz/shop/classes/ShopClass.php

+ 1 - 1
biz/shop/classes/ShopClass.php

@@ -289,7 +289,7 @@ class ShopClass extends BaseClass
 
         //增加余额变动记录
         $id = $order->id;
-        $event = $customName . "下单{" . floatval($amount) . "}元";
+        $event = $customName . "下单" . floatval($amount) . "元";
         $tx = dict::getDict('yeTx', 'can');
         $fromType = $order->fromType ?? 1;
         $change = [