This commit is contained in:
Kai 2021-09-27 14:23:54 +08:00
commit f505216a49

View File

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