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
5c6891cf8f
commit
7272e9cc1d
@ -17,6 +17,10 @@ namespace OrmTest
|
||||
SqlSugarClient db = NewUnitTest.Db;
|
||||
var b = DateTime.Now;
|
||||
|
||||
var xxx=db.Queryable<StationEntity>().LeftJoin<StationEntity>((x111, zzzz) => true)
|
||||
.Includes(t => t.StationConfigs)
|
||||
.ToList();
|
||||
|
||||
var data1 = db.Queryable<StationEntity>()
|
||||
.Includes(t => t.StationConfigs, m => m.BaseStationConfig)
|
||||
.Where(t => t.DeleteTime == null)
|
||||
|
Loading…
Reference in New Issue
Block a user