From c42eb416508838912f1e39713fce8078eab37092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A8=81=E5=8B=9D=20=E5=BC=B5?= Date: Thu, 16 May 2024 13:18:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=93=9A=E6=99=82=E9=96=93=20?= =?UTF-8?q?=E9=80=B2=E8=A1=8C=E5=88=A4=E6=96=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs b/WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs index 6eef0e8..77fcfd4 100644 --- a/WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs +++ b/WebApi_data_value/Controllers/Yuntech_in_car_tableController.cs @@ -284,7 +284,7 @@ namespace Parking_space_WebAPI.Controllers select c).FirstOrDefaultAsync(); if (out_car_data != null && out_car_data.out_time > time_30s_ago) { - return Ok(); + return Ok(out_car_data); } // 新增資料