mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Update unit test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user