From d8edbfe86189dc7da51b2a6183ec7bfc59f940c9 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Sun, 14 Oct 2018 13:13:10 +0800 Subject: [PATCH] - --- Src/Asp.Net/SqlServerTest/Demos/G_Mapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.Net/SqlServerTest/Demos/G_Mapper.cs b/Src/Asp.Net/SqlServerTest/Demos/G_Mapper.cs index fe4bf41f3..c1e83ba72 100644 --- a/Src/Asp.Net/SqlServerTest/Demos/G_Mapper.cs +++ b/Src/Asp.Net/SqlServerTest/Demos/G_Mapper.cs @@ -22,7 +22,7 @@ namespace OrmTest.Demo .Mapper((it, cache) => { - var allSchools = cache.GetListByPrimaryKeys(i => i.SchoolId);//in(ViewModelStudent3[0].id , ViewModelStudent3[1].id...) + var allSchools = cache.GetListByPrimaryKeys(i => i.SchoolId);//in(ViewModelStudent3[0].SchoolId , ViewModelStudent3[1].SchoolId...) //Equal to the following writing. //var allSchools2= cache.Get(list =>