mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update unit test
This commit is contained in:
parent
306376815d
commit
355b564874
@ -91,7 +91,8 @@ namespace OrmTest
|
||||
var list2121 = db.Queryable<StudentA>()
|
||||
.Where(it => SqlFunc.Exists(it.SchoolA.School_Name, conditionalModels2))
|
||||
.ToList();
|
||||
Check.Exception(string.Join(",", list22.Select(it => it.StudentId)) != string.Join(",", list33.Select(it => it.StudentId)), "unit error");
|
||||
|
||||
//Check.Exception(string.Join(",", list22.Select(it => it.StudentId)) != string.Join(",", list33.Select(it => it.StudentId)), "unit error");
|
||||
|
||||
|
||||
var list333 = db.Queryable<StudentA>()
|
||||
|
Loading…
Reference in New Issue
Block a user