報表 讀取資料過大

This commit is contained in:
b110212000 2021-09-27 10:48:54 +08:00
parent bcb2669957
commit e50b54cd93

View File

@ -243,7 +243,7 @@ namespace SolarPower.Repository.Implement
break; break;
} }
a = await conn.QueryAsync<dynamic>(sql); a = await conn.QueryAsync<dynamic>(sql,commandTimeout: 60);
} }
catch (Exception exception) catch (Exception exception)
{ {