docs: record late fee develop merge evidence

This commit is contained in:
tangweijie 2026-06-30 14:58:46 +08:00
parent ee6afbd89c
commit 4eb9d2cf3b

View File

@ -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