فهرست منبع

wesmiler 报恩寺项目提交

wesmiler 4 سال پیش
والد
کامیت
7bae82fe4f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Services/EnshrineService.php

+ 1 - 1
app/Services/EnshrineService.php

@@ -585,7 +585,7 @@ class EnshrineService extends BaseService
                 'change_type' => 2,
                 'balance' => $memberInfo->coupon,
                 'create_time' => time(),
-                'remark' => $type == 1 ? "祈福供奉{$goodsInfo->name}" : ($type == 3 ? "放生{$goodsInfo->name}" : "超度供奉{{$goodsInfo->name}}"),
+                'remark' => $type == 1 ? "祈福供奉{$goodsInfo->name}" : ($type == 3 ? "放生{$goodsInfo->name}" : "超度供奉{$goodsInfo->name}"),
                 'status' => 1,
             ];
             if (!TradeModel::insertGetId($data)) {