feat(platform-orders): 导出CSV增加最近批量生效字段
This commit is contained in:
@@ -421,6 +421,8 @@ class PlatformOrderController extends Controller
|
||||
'同步时间',
|
||||
'同步失败原因',
|
||||
'同步失败时间',
|
||||
'最近批量生效时间',
|
||||
'最近批量生效管理员',
|
||||
];
|
||||
|
||||
if ($includeMeta) {
|
||||
@@ -462,6 +464,8 @@ class PlatformOrderController extends Controller
|
||||
(string) (data_get($order->meta, 'subscription_activation.synced_at') ?? ''),
|
||||
$syncErr,
|
||||
(string) (data_get($order->meta, 'subscription_activation_error.at') ?? ''),
|
||||
(string) (data_get($order->meta, 'batch_mark_activated.at') ?? ''),
|
||||
(string) (data_get($order->meta, 'batch_mark_activated.admin_id') ?? ''),
|
||||
];
|
||||
|
||||
if ($includeMeta) {
|
||||
|
||||
Reference in New Issue
Block a user