From 7b15afbbb97e97dbfe457960d3a0ea8d994b34ce Mon Sep 17 00:00:00 2001 From: b110212000 Date: Mon, 27 Sep 2021 14:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=94=E5=93=A5=E8=AA=AA=E6=94=B9=E6=88=9030?= =?UTF-8?q?0?= 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 96af591..3feab29 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,commandTimeout: 60); + a = await conn.QueryAsync(sql,commandTimeout: 300); } catch (Exception exception) {