報表 讀取資料過大
This commit is contained in:
parent
bcb2669957
commit
e50b54cd93
@ -243,7 +243,7 @@ namespace SolarPower.Repository.Implement
|
||||
break;
|
||||
|
||||
}
|
||||
a = await conn.QueryAsync<dynamic>(sql);
|
||||
a = await conn.QueryAsync<dynamic>(sql,commandTimeout: 60);
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user