WIDESEAWCS_Server/WIDESEAWCS_Core/Utilities/EntityProperties.cs
@@ -86,9 +86,8 @@ } else { int length = sugarColumn.Length; if (length == 0) { return (true, null, null); } if (length == 0) { return (true, null, value); } //判断双字节与单字段 else if (length < 8000 && ((dbType.Substring(0, 1) != "n"