mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 08:37:25 +08:00
Update demo
This commit is contained in:
parent
677c2f1582
commit
2a73272cf0
@ -43,7 +43,7 @@ namespace OrmTest
|
||||
.SplitTable()
|
||||
.ToList();
|
||||
|
||||
if (list.First().Name != "jack1"|| list.Last().Name != "lilei1")
|
||||
if (list.First(it=>it.Name.StartsWith("jack")).Name != "jack1"|| list.Last(it=>it.Name.StartsWith("li")).Name != "lilei1")
|
||||
{
|
||||
throw new Exception("unit error");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user