wwh 1 неделя назад
Родитель
Сommit
fbf0830369

+ 4 - 0
baqing-admin/src/main/java/com/ruoyi/web/modules/prosperity/support/AchievementReportAggregator.java

@@ -72,6 +72,10 @@ public final class AchievementReportAggregator
72 72
         return maxMonth;
73 73
     }
74 74
 
75
+    /**
76
+     * 组装年度报告 / 大屏成果节点。
77
+     * <p>{@code summary} 取最大月单月;{@code monthly} 为 1~最大月;无数据时 summary=null、monthly=[]。</p>
78
+     */
75 79
     public static AchievementAnnualReportVo buildReport(int statYear, List<BizCommonProsperityAchievement> rows)
76 80
     {
77 81
         AchievementAnnualReportVo report = new AchievementAnnualReportVo();