shish пре 4 година
родитељ
комит
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;
         $id = $order->id;
-        $event = $customName . "下单{" . floatval($amount) . "}元";
+        $event = $customName . "下单" . floatval($amount) . "元";
         $tx = dict::getDict('yeTx', 'can');
         $tx = dict::getDict('yeTx', 'can');
         $fromType = $order->fromType ?? 1;
         $fromType = $order->fromType ?? 1;
         $change = [
         $change = [