This commit is contained in:
whm
2025-11-17 09:37:55 +08:00
parent 8a7b5637c1
commit 2199a3e4d3

View File

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