From e50b54cd932009e3721eb06a4575615f953d3c98 Mon Sep 17 00:00:00 2001 From: b110212000 Date: Mon, 27 Sep 2021 10:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A0=B1=E8=A1=A8=20=E8=AE=80=E5=8F=96?= =?UTF-8?q?=E8=B3=87=E6=96=99=E9=81=8E=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Repository/Implement/StationReportRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SolarPower/Repository/Implement/StationReportRepository.cs b/SolarPower/Repository/Implement/StationReportRepository.cs index 8f12dc9..96af591 100644 --- a/SolarPower/Repository/Implement/StationReportRepository.cs +++ b/SolarPower/Repository/Implement/StationReportRepository.cs @@ -243,7 +243,7 @@ namespace SolarPower.Repository.Implement break; } - a = await conn.QueryAsync(sql); + a = await conn.QueryAsync(sql,commandTimeout: 60); } catch (Exception exception) {