platform orders: export adds bmpa failure reason and batch bmpa fields
This commit is contained in:
@@ -885,6 +885,10 @@ class PlatformOrderController extends Controller
|
||||
'同步时间',
|
||||
'同步失败原因',
|
||||
'同步失败时间',
|
||||
'BMPA失败原因',
|
||||
'BMPA失败时间',
|
||||
'最近批量标记支付并生效时间',
|
||||
'最近批量标记支付并生效管理员',
|
||||
'最近批量生效时间',
|
||||
'最近批量生效管理员',
|
||||
'支付回执数',
|
||||
@@ -949,6 +953,10 @@ 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_paid_and_activate_error.message') ?? ''),
|
||||
(string) (data_get($order->meta, 'batch_mark_paid_and_activate_error.at') ?? ''),
|
||||
(string) (data_get($order->meta, 'batch_mark_paid_and_activate.at') ?? ''),
|
||||
(string) (data_get($order->meta, 'batch_mark_paid_and_activate.admin_id') ?? ''),
|
||||
(string) (data_get($order->meta, 'batch_mark_activated.at') ?? ''),
|
||||
(string) (data_get($order->meta, 'batch_mark_activated.admin_id') ?? ''),
|
||||
$receiptCount,
|
||||
|
||||
Reference in New Issue
Block a user