mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +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