From f4e41ed71c947f4e1c792d6f17686a2224dbadfd Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 30 Aug 2017 15:31:34 +0800 Subject: [PATCH] Code optimization --- Src/Asp.Net/SqlSugar/Utilities/UtilConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.Net/SqlSugar/Utilities/UtilConstants.cs b/Src/Asp.Net/SqlSugar/Utilities/UtilConstants.cs index 23cd164d5..0f68bc6a2 100644 --- a/Src/Asp.Net/SqlSugar/Utilities/UtilConstants.cs +++ b/Src/Asp.Net/SqlSugar/Utilities/UtilConstants.cs @@ -9,7 +9,7 @@ namespace SqlSugar internal const string Space = " "; internal const string AssemblyName = "SqlSugar"; - internal const string OrderReplace = "{$:OrderByString:$}"; + internal const string OrderReplace = "{662E689B-17A1-4D06-9D27-F29EAB8BC3D6}"; internal static Type StringType = typeof(string); internal static Type ShortType = typeof(short);