Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPadhi-Microsoft committed Nov 15, 2024
1 parent dfce90d commit 9a1afa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClientAdvisor/App/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,7 @@ def get_users():
"""select DATEDIFF(d,CAST(max(StartTime) AS Date),CAST(GETDATE() AS Date)) + 3 as ndays from ClientMeetings"""
)
rows = cursor.fetchall()
ndays = 0
for row in rows:
ndays = row["ndays"]
sql_stmt1 = f"UPDATE ClientMeetings SET StartTime = dateadd(day,{ndays},StartTime), EndTime = dateadd(day,{ndays},EndTime)"
Expand Down

0 comments on commit 9a1afa1

Please sign in to comment.