mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update user case test
This commit is contained in:
@@ -63,11 +63,9 @@ namespace OrmTest
|
||||
}).ToList();
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
Console.WriteLine("异常" + ex.InnerException?.Message);
|
||||
//异常必须声明标量变量 "@constant1"。 报错
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user