소스 검색

reporter fix

main
Madiwka3 11 달 전
부모
커밋
645810a8b9
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      app/db/repository/report.py

+ 4
- 0
app/db/repository/report.py 파일 보기

@@ -260,6 +260,10 @@ def get_pdf(driver_id: int, db: Session):
tasks_info = []

for task in tasks_data:
if task.get("EndDateTime") is None or task["EndDateTime"] == "":
continue
if task.get("StartDateTime") is None or task["StartDateTime"] == "":
continue
task_info = [
f"{task['Id']}",
task["Description"],


불러오는 중...
취소
저장