mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-24 05:42:01 +08:00
-
This commit is contained in:
@@ -19,7 +19,7 @@ namespace SqlSugar
|
||||
{
|
||||
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.DecimalDigits = 0;
|
||||
|
||||
Reference in New Issue
Block a user