Second upload

This commit is contained in:
qi_0527 2024-10-27 21:24:51 +08:00
parent 4e3492184d
commit c64eff200c

View File

@ -23,7 +23,7 @@ namespace Parking_space_WebAPI.BackgroundServices
public Task StartAsync(CancellationToken cancellationToken) public Task StartAsync(CancellationToken cancellationToken)
{ {
TimeSpan scheduledTime = new TimeSpan(0, 23, 59); //設定固定每天存取的時間 TimeSpan scheduledTime = new TimeSpan(23, 59, 0); //設定固定每天存取的時間
var now = DateTime.Now; var now = DateTime.Now;
var nextRunTime = DateTime.Today.Add(scheduledTime); var nextRunTime = DateTime.Today.Add(scheduledTime);