mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Add unit test
This commit is contained in:
parent
0a1abb5e9a
commit
78a040e5cd
@ -56,8 +56,8 @@ namespace OrmTest
|
||||
|
||||
|
||||
//测试用例
|
||||
var list = db.Queryable<GWoBase>().AS<GWoBase>("zd_mes_wo.g_wo_base")
|
||||
.LeftJoin<SysOrg>((g, s) => g.OrgId == s.Id).AS<SysOrg>("zd_mes_bd.sys_org")
|
||||
var list = db.Queryable<GWoBase>().AS<GWoBase>("SqlSugar4xTest.g_wo_base")
|
||||
.LeftJoin<SysOrg>((g, s) => g.OrgId == s.Id).AS<SysOrg>("SqlSugar4xTest.sys_org")
|
||||
.Where(g => g.WorkOrder == "W001")
|
||||
.Select((g, s) => new GWoBase
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user