统计bug

This commit is contained in:
Jerry Yan 2025-04-01 16:22:27 +08:00
parent c963324cfb
commit dc7c4a13cb

View File

@ -439,6 +439,7 @@ public class AppStatisticsServiceImpl implements AppStatisticsService {
switch (standard) {
case 4://近一年的前一年
startDate = DateUtils.addDateYears(newDate, -2);
endDate = DateUtils.addDateYears(newDate, -1);
break;
case 3://近一月的前一个月
startDate = DateUtils.addDateMonths(newDate, -2);