From 6281ba81da9390db80a387cde1c4b7d474cbfc27 Mon Sep 17 00:00:00 2001 From: linkeyu <798648091@qq.com> Date: Mon, 27 Jul 2026 14:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E8=A1=A5=E9=BD=90?= =?UTF-8?q?=E7=BA=AF=E5=B1=95=E7=A4=BA=E5=B9=BF=E5=91=8A=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在纯展示明细中透传广告网络和广告位字段,满足 AdRevenueRecord 的必填类型要求,恢复生产构建。 --- src/app/(main)/ad-revenue-report/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/(main)/ad-revenue-report/page.tsx b/src/app/(main)/ad-revenue-report/page.tsx index 74e3d05..2835a68 100644 --- a/src/app/(main)/ad-revenue-report/page.tsx +++ b/src/app/(main)/ad-revenue-report/page.tsx @@ -242,6 +242,8 @@ function impressionOnlyDetail(row: AdRevenueRow): AdRevenueDetailRow { expected_coin: 0, actual_coin: 0, matched: true, + adn: row.adn, + slot_id: row.slot_id, source_adn: row.adn, is_impression_only: true, };