v4.0.11HQ后端优化(快链、账单日等)
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-09-02 15:45:12 +08:00
parent 1000b489a0
commit 6880b5daf4
31 changed files with 1014 additions and 402 deletions
@@ -300,6 +300,7 @@ export class AdminStoreBillController {
storeId: query.storeId,
dateFrom: query.dateFrom,
dateTo: query.dateTo,
columns: query.columns,
});
}
@@ -391,6 +392,7 @@ export class AdminPartnerBillController {
year: query.year ? Number(query.year) : undefined,
month: query.month ? Number(query.month) : undefined,
weekStartYmd: query.weekStartYmd,
columns: query.columns,
});
}
@@ -493,6 +495,7 @@ export class AdminWineryBillController {
dateTo: query.dateTo,
year: query.year ? Number(query.year) : undefined,
month: query.month ? Number(query.month) : undefined,
columns: query.columns,
});
}
@@ -575,6 +578,7 @@ export class AdminLogisticsBillController {
providerId: query.providerId,
year: query.year ? Number(query.year) : undefined,
month: query.month ? Number(query.month) : undefined,
columns: query.columns,
});
}