mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update error message
This commit is contained in:
parent
432c4a679c
commit
38ec04dc11
@ -48,7 +48,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Console.WriteLine("ORM catch error . warning:"+ex.Message);
|
Console.WriteLine("ORM Select DTO ERROR . warning:"+ex.Message);
|
||||||
result = Action(expression, queryableProvider);
|
result = Action(expression, queryableProvider);
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
Loading…
Reference in New Issue
Block a user