mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update unit test
This commit is contained in:
parent
229e61e934
commit
dd64b292c8
@ -28,8 +28,8 @@ namespace OrmTest
|
||||
}
|
||||
|
||||
|
||||
while (true)
|
||||
{
|
||||
//while (true)
|
||||
//{
|
||||
string uName = "测试用户名";
|
||||
if (!db.Queryable<UserTest>().Where(u => u.Name == uName).Any())
|
||||
{
|
||||
@ -66,7 +66,7 @@ namespace OrmTest
|
||||
|
||||
var address= userData2.ShopDataTest.AddressTest;
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
[SugarTable("AddressTest")]
|
||||
|
Loading…
Reference in New Issue
Block a user