v3.2.600-preview20220425

This commit is contained in:
2881099
2022-04-25 19:05:33 +08:00
parent fda00c2564
commit a56359fa46
28 changed files with 30 additions and 27 deletions

View File

@ -99,7 +99,7 @@ namespace FreeSql.ClickHouse.Curd
}
return dic;
}
catch (Exception e)
catch
{
throw;
}