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
22d5a881a0
commit
6830cd6097
@ -22,7 +22,7 @@ namespace OrmTest
|
||||
}).ExecuteCommand();
|
||||
|
||||
var result2 = db.Queryable<UnitStudent111>()
|
||||
.Includes(e => e.Exams.Where(s => s.Id >e.Id).ToList()).ToList();
|
||||
.Includes(e => e.Exams.Where(s => s.Time >DateTime.Now).ToList()).ToList();
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user