´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Core/Utilities/EntityProperties.cs
@@ -88,8 +88,10 @@ else { if (sugarColumn != null) { int length = sugarColumn.Length; if (length == 0) { return (true, null, value); } if (length == 0) { return (true, null, null); } //夿ååèä¸ååæ®µ else if (length < 8000 && ((dbType.Substring(0, 1) != "n" @@ -101,6 +103,7 @@ } } } } if (!string.IsNullOrEmpty(reslutMsg) && propertyInfo != null) { reslutMsg = sugarColumn.ColumnDescription + reslutMsg;