This commit is contained in:
sunkaixuan
2023-10-04 13:08:10 +08:00
parent 2b53b38a16
commit 96811488da

View File

@@ -19,7 +19,7 @@ namespace SqlSugar
{ {
result.DataType = item.DataType; result.DataType = item.DataType;
} }
else if (item.DataType == null && item.UnderType == UtilConstants.LongType) else if (item.DataType==null&&item.UnderType == UtilConstants.LongType)
{ {
result.Length = 0; result.Length = 0;
result.DecimalDigits = 0; result.DecimalDigits = 0;