Compare commits

...

1 Commits

Author SHA1 Message Date
linkeyu 6281ba81da 修复:补齐纯展示广告明细类型字段
在纯展示明细中透传广告网络和广告位字段,满足 AdRevenueRecord 的必填类型要求,恢复生产构建。
2026-07-27 14:04:08 +08:00
@@ -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,
};