Add Warning

This commit is contained in:
sunkaixuan
2022-09-12 03:41:41 +08:00
parent 5989c02d10
commit ea3c141102

View File

@@ -48,6 +48,7 @@ namespace SqlSugar
{
try
{
Console.WriteLine("ORM catch error . warning:"+ex.Message);
result = Action(expression, queryableProvider);
}
catch