改異常上傳

This commit is contained in:
b110212000 2021-06-29 13:51:22 +08:00
parent 2d31f5dcc1
commit cadde1af01

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);