mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update Join bug
This commit is contained in:
@@ -149,6 +149,10 @@ namespace OrmTest
|
||||
it.CreateTime.Second,
|
||||
it.CreateTime.Date
|
||||
}).ToList();
|
||||
var test15 = db.Queryable<Order, Order>((o, i) => new JoinQueryInfos(
|
||||
JoinType.Left, o.Name == SqlFunc.ToString(SqlFunc.MergeString(",", i.Name, ","))
|
||||
))
|
||||
.Select<ViewOrder>().ToList();
|
||||
Console.WriteLine("#### Examples End ####");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user