1、新增账户资金统计、账户数量统计;2、管理端各项统计增加忽略组织标记;

This commit is contained in:
gaoqr
2025-09-30 16:44:29 +08:00
parent 23bc07160d
commit c292cde4f8
15 changed files with 427 additions and 8 deletions
@@ -51,7 +51,7 @@ public class StatisticsChangeUtils {
switch (StatisticsUnit.fromValue(reqVO.getUnit())) {
case QUARTER:
// 从now往前的2年
startTime = now.minusYears(2);
startTime = now.minusYears(1);
break;
case MONTH:
// 包含now往前的12个月