浏览代码

修改固定日期

zhouyy 4 月之前
父节点
当前提交
9e7ebc8ce7

+ 4 - 0
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/service/impl/ReportServiceImpl.java

@@ -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);