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();
try
{
string sql = GenerateUpdateQueryWithCustomDBNameAndTable(properties,db_name,"power_station_exception");
string sql = GenerateInsertQueryWithCustomDBNameAndTable(properties,db_name,"power_station_exception");
await conn.ExecuteAsync(sql, Exception);