|
@@ -8876,6 +8876,10 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
+ //241226 当日期为 25-01-27 周一 时,去掉列表
|
|
|
+ if(firstDayOfWeek.isEqual(specialDate)){
|
|
|
+ dateList = new ArrayList<>();
|
|
|
+ }
|
|
|
reportMap.put("dateList", dateList);
|
|
|
reportMap.put("summary", summary);
|
|
|
reportMap.put("weeklyAttachment", attachment);
|