批次更新

This commit is contained in:
2026-04-16 21:23:17 +08:00
parent 8f45044411
commit 52d2279afd
13 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -459,7 +459,7 @@ class OrderProcessService
$mailData = [
'created_at' => $order->create_at,
'product_name' => $order->goods->gd_name,
'webname' => dujiaoka_config_get('text_logo', '独角数卡'),
'webname' => dujiaoka_config_get('text_logo', '云泽数卡'),
'weburl' => config('app.url') ?? 'http://dujiaoka.com',
'ord_info' => str_replace(PHP_EOL, '<br/>', $order->info),
'ord_title' => $order->title,
@@ -508,7 +508,7 @@ class OrderProcessService
$mailData = [
'created_at' => $order->create_at,
'product_name' => $order->goods->gd_name,
'webname' => dujiaoka_config_get('text_logo', '独角数卡'),
'webname' => dujiaoka_config_get('text_logo', '云泽数卡'),
'weburl' => config('app.url') ?? 'http://dujiaoka.com',
'ord_info' => implode('<br/>', $carmisInfo),
'ord_title' => $order->title,