From 2199a3e4d30e466bd0f59a35e91ed4f86a8f0b85 Mon Sep 17 00:00:00 2001 From: whm <973418690@qq.com> Date: Mon, 17 Nov 2025 09:37:55 +0800 Subject: [PATCH] 1. --- app/utils/construction_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/construction_monitor.py b/app/utils/construction_monitor.py index 3a2aaf5..36fd12e 100644 --- a/app/utils/construction_monitor.py +++ b/app/utils/construction_monitor.py @@ -71,7 +71,7 @@ class ConstructionMonitorUtils: return compatible_map - def get_due_data(self, input_data: List[List[Dict]], start: int = 0, end: int = 1, current_date: datetime = None) -> Dict[str, List[Dict]]: + def get_due_data(self, input_data: List[List[Dict]], start: int = 0, end: int = 0, current_date: datetime = None) -> Dict[str, List[Dict]]: result = {"winter": [], "data": [], "error_data": []} if not input_data: return result