From 4eb9d2cf3bd00fcb27207666231faec081515109 Mon Sep 17 00:00:00 2001 From: tangweijie <877588133@qq.com> Date: Tue, 30 Jun 2026 14:58:46 +0800 Subject: [PATCH] docs: record late fee develop merge evidence --- .../late-fee-start-and-daily-recalculation-2026-06-30.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/evidence/rev004-accounting/late-fee-start-and-daily-recalculation-2026-06-30.md b/docs/evidence/rev004-accounting/late-fee-start-and-daily-recalculation-2026-06-30.md index f7d655b..d0b9db2 100644 --- a/docs/evidence/rev004-accounting/late-fee-start-and-daily-recalculation-2026-06-30.md +++ b/docs/evidence/rev004-accounting/late-fee-start-and-daily-recalculation-2026-06-30.md @@ -3,8 +3,8 @@ ## Scope - Backend feature: late-fee start-date calculation for four configured modes, billing-time persistence, and daily recalculation for unpaid charges. -- Backend worktree: `/Volumes/Dpan/github/water-workspace/worktrees/backend-late-fee-recalc` -- Backend branch: `feat/late-fee-recalc` +- Backend branch: `feat/late-fee-recalc`, merged locally into `develop` +- Backend merge commit: `4f1a99b7e Merge branch 'feat/late-fee-recalc' into develop` - Docs branch: `feat/rev004-dict-alignment-docs` ## Backend Commits @@ -90,11 +90,11 @@ mvn -pl sw-business/sw-business-server -am -Dtest=LateFeeDateModeCalculatorTest, Result: PASS -- `ChargeServiceBillingValidationTest`: 7 tests, 0 failures, 0 errors, 0 skipped +- `ChargeServiceBillingValidationTest`: 8 tests, 0 failures, 0 errors, 0 skipped - `LateFeeDateModeCalculatorTest`: 4 tests, 0 failures, 0 errors, 0 skipped - `AccountingAdjustActionServiceImplTest`: 19 tests, 0 failures, 0 errors, 0 skipped - `PaymentRecordServiceImplTest`: 18 tests, 0 failures, 0 errors, 0 skipped -- Total: 48 tests, 0 failures, 0 errors, 0 skipped +- Total: 49 tests, 0 failures, 0 errors, 0 skipped ### Compile