fix(settlement): 门店 T+1 出账日改为窗口中的今天

HQ 门店账单列名改为出账日;billDate 记今日(昨日 00:00–今日 00:00 右端),启动时把旧数据从核销自然日对齐过来。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-28 14:12:35 +08:00
parent da19c39965
commit 3b669f7e38
6 changed files with 65 additions and 18 deletions
+1
View File
@@ -146,6 +146,7 @@ export interface StoreBillDto {
id: string;
billNo: string;
storeId: string;
/** 出账日 YYYY-MM-DDT+1 窗口「昨日 00:00–今日 00:00」中的今天) */
billDate: string;
redeemCount: number;
redeemAmount: number;