From 3765fb791fbefcd9a3b210360f25fa7a83cf9f7c Mon Sep 17 00:00:00 2001 From: sunkaixuna <610262374@qq.com> Date: Sun, 9 Jan 2022 18:10:18 +0800 Subject: [PATCH] Update unit test --- Src/Asp.Net/SqlServerTest/UnitTest/UCustom05.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.Net/SqlServerTest/UnitTest/UCustom05.cs b/Src/Asp.Net/SqlServerTest/UnitTest/UCustom05.cs index 1ffb8dbd2..5ad43321b 100644 --- a/Src/Asp.Net/SqlServerTest/UnitTest/UCustom05.cs +++ b/Src/Asp.Net/SqlServerTest/UnitTest/UCustom05.cs @@ -32,7 +32,7 @@ namespace OrmTest Price =Convert.ToDecimal(10) } }; - + db.Insertable(orders).ExecuteCommand(); var x1 = db.Storageable(orders).WhereColumns(m => m.Price).ToStorage(); Console.WriteLine("insert:" + x1.InsertList.Count); Console.WriteLine("update:" + x1.UpdateList.Count);