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