From 7aeaafbe75e2fedea1f224a7a7b5d77f089426d9 Mon Sep 17 00:00:00 2001 From: yml2213 Date: Fri, 10 Jul 2026 16:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8C=85=E6=8A=A5=E9=94=99?= =?UTF-8?q?=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx b/apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx index cb04d9c5..9c7328ca 100644 --- a/apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx +++ b/apps/frontend/src/pages/admin/AdminKuaishouIndustryPage.tsx @@ -1146,7 +1146,7 @@ function buildIndustryActionResultView( meta?: { refundCount?: number }, ): IndustryActionResultView { const scope: IndustryActionScope = kind.startsWith('refund') ? 'refunds' : 'vouchers' - const record = asRecord(raw) + const record = asRecord(raw) ?? {} const openApi = asOpenApiShape(record) const voucher = asRecord(record.voucher) const task = asRecord(record.task)