From 48a59b3afd63ffbaf1fe990f670e9279ba4fa994 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Mon, 21 Nov 2022 15:58:11 +0800 Subject: [PATCH] Update db.Storageable --- Src/Asp.Net/SqlSugar/Utilities/UtilConvert.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.Net/SqlSugar/Utilities/UtilConvert.cs b/Src/Asp.Net/SqlSugar/Utilities/UtilConvert.cs index 91824d143..9c907f895 100644 --- a/Src/Asp.Net/SqlSugar/Utilities/UtilConvert.cs +++ b/Src/Asp.Net/SqlSugar/Utilities/UtilConvert.cs @@ -90,7 +90,7 @@ namespace SqlSugar } else { - return thisValue.ObjToString(); + return thisValue.ObjToStringNoTrim(); } } public static string ObjToString(this object thisValue)