mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
-
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user