This commit is contained in:
Kai 2021-06-29 13:56:01 +08:00
commit 5d94c0a96b

View File

@ -773,7 +773,7 @@ namespace SolarPower.Repository.Implement
conn.Open(); conn.Open();
try try
{ {
string sql = GenerateUpdateQueryWithCustomDBNameAndTable(properties,db_name,"power_station_exception"); string sql = GenerateInsertQueryWithCustomDBNameAndTable(properties,db_name,"power_station_exception");
await conn.ExecuteAsync(sql, Exception); await conn.ExecuteAsync(sql, Exception);