From 84fd45c601688de6dc43f32672ed578f6fdb4a9a Mon Sep 17 00:00:00 2001 From: "jay.chang" Date: Mon, 27 May 2024 20:44:08 +0800 Subject: [PATCH] =?UTF-8?q?[WebaApi]=E5=9B=A0=E6=87=89Naigara=E8=B3=87?= =?UTF-8?q?=E6=96=99=E6=9C=83=E6=9C=89=E8=AA=A4=E5=B7=AE=EF=BC=8C=E5=A4=9A?= =?UTF-8?q?=E6=8A=935=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/ApiControllers/HistoryController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FrontendWebApi/ApiControllers/HistoryController.cs b/FrontendWebApi/ApiControllers/HistoryController.cs index e4cc1d1..24e4fc9 100644 --- a/FrontendWebApi/ApiControllers/HistoryController.cs +++ b/FrontendWebApi/ApiControllers/HistoryController.cs @@ -1269,7 +1269,7 @@ namespace FrontendWebApi.ApiControllers //轉換日期格式 var start = string.Format("{0}T{1}:00.000+08:00", post.Start_date, post.Start_time); - var end = string.Format("{0}T{1}:01.000+08:00", post.End_date, post.End_time); + var end = string.Format("{0}T{1}:05.000+08:00", post.End_date, post.End_time); var historyQueryFilter = $@" @@ -1404,7 +1404,7 @@ namespace FrontendWebApi.ApiControllers { //轉換日期格式 var start = string.Format("{0}T{1}:00.000+08:00", day.ToString("yyyy-MM-dd"), post.Start_time); - var end = string.Format("{0}T{1}:01.000+08:00", day.ToString("yyyy-MM-dd"), post.End_time); + var end = string.Format("{0}T{1}:05.000+08:00", day.ToString("yyyy-MM-dd"), post.End_time); var historyQueryFilter = $@"