Browse Source

Update unit test

pull/19/head
sunkaixuan 3 years ago
parent
commit
6830cd6097
  1. 2
      Src/Asp.Net/SqlServerTest/UnitTest/UCustom021.cs

2
Src/Asp.Net/SqlServerTest/UnitTest/UCustom021.cs

@ -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…
Cancel
Save