改異常上傳
This commit is contained in:
parent
2d31f5dcc1
commit
cadde1af01
@ -773,7 +773,7 @@ namespace SolarPower.Repository.Implement
|
||||
conn.Open();
|
||||
try
|
||||
{
|
||||
string sql = GenerateUpdateQueryWithCustomDBNameAndTable(properties,db_name,"power_station_exception");
|
||||
string sql = GenerateInsertQueryWithCustomDBNameAndTable(properties,db_name,"power_station_exception");
|
||||
|
||||
await conn.ExecuteAsync(sql, Exception);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user