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
062e50d91a
commit
80b541c290
@ -34,6 +34,7 @@ namespace OrmTest
|
||||
// .CrossQueryWithAttr()
|
||||
.Includes(z => z.Items)
|
||||
.ToList();
|
||||
db.QueryableWithAttr<OrderItem>().IncludeLeftJoin(z => z.Order).ToList();
|
||||
|
||||
|
||||
if (list.First().Order == null)
|
||||
|
Loading…
Reference in New Issue
Block a user