对账明细导出:摘要增加 reconcile_mismatch 标记

This commit is contained in:
萝卜
2026-03-13 21:12:31 +00:00
parent 49c4226872
commit f5e51f5485
2 changed files with 7 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ class AdminPlatformOrderExportLedgerTest extends TestCase
$this->assertStringContainsString('refund_total,1.00', $content2);
$this->assertStringContainsString('reconcile_delta,10.00', $content2);
$this->assertStringContainsString('amount_tolerance,0.01', $content2);
$this->assertStringContainsString('reconcile_mismatch,1', $content2);
}
public function test_show_page_should_render_export_ledger_link(): void