Explorar el Código

wesmiler 报恩寺项目提交

wesmiler hace 4 años
padre
commit
baf4bb51d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/EnshrineService.php

+ 1 - 1
app/Services/EnshrineService.php

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