mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Synchronization code
This commit is contained in:
@@ -96,6 +96,12 @@ namespace SqlSugar
|
||||
{
|
||||
result.DataType = "json";
|
||||
}
|
||||
else if (propertyType == UtilConstants.DecType&&item.Length==0&&item.DecimalDigits==0)
|
||||
{
|
||||
result.Length = 18;
|
||||
result.DecimalDigits = 4;
|
||||
result.DataType = "decimal";
|
||||
}
|
||||
else
|
||||
{
|
||||
var name = GetType(propertyType.Name);
|
||||
|
Reference in New Issue
Block a user