From 5b36f59bf71d3dfd3aa5c2d2441ac27fc715865b Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Sun, 27 Nov 2022 16:10:56 +0800 Subject: [PATCH] Update demo --- Src/Asp.NetCore2/SqlSeverTest/UnitTest/UCustom012.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.NetCore2/SqlSeverTest/UnitTest/UCustom012.cs b/Src/Asp.NetCore2/SqlSeverTest/UnitTest/UCustom012.cs index 8c065190f..e5569f5b3 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/UnitTest/UCustom012.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/UnitTest/UCustom012.cs @@ -136,7 +136,7 @@ namespace OrmTest var list4=db.Queryable() .LeftJoin((x, y) => (x.SchoolId == y.SchoolId)) .LeftJoin((x,y,z)=>y.SchoolId==y.SchoolId) - .Select((x,y) => new UnitView01() + .Select((x,y,z) => new UnitView01() { Name=x.SchoolName, Id="1"