mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Synchronization code
This commit is contained in:
parent
92ed5309cf
commit
458d6a9c67
@ -96,6 +96,12 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
result.DataType = "json";
|
result.DataType = "json";
|
||||||
}
|
}
|
||||||
|
else if (propertyType == UtilConstants.DecType&&item.Length==0&&item.DecimalDigits==0)
|
||||||
|
{
|
||||||
|
result.Length = 18;
|
||||||
|
result.DecimalDigits = 4;
|
||||||
|
result.DataType = "decimal";
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var name = GetType(propertyType.Name);
|
var name = GetType(propertyType.Name);
|
||||||
|
Loading…
Reference in New Issue
Block a user