mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 18:52:50 +08:00
update code
This commit is contained in:
parent
73c87513d2
commit
f15d34c918
@ -196,6 +196,8 @@ namespace FreeSql.Internal
|
|||||||
if (attr.ServerTime != DateTimeKind.Unspecified) ret = attr;
|
if (attr.ServerTime != DateTimeKind.Unspecified) ret = attr;
|
||||||
if (attr._StringLength != null) ret = attr;
|
if (attr._StringLength != null) ret = attr;
|
||||||
if (!string.IsNullOrEmpty(attr.InsertValueSql)) ret = attr;
|
if (!string.IsNullOrEmpty(attr.InsertValueSql)) ret = attr;
|
||||||
|
if (attr._Precision != null) ret = attr;
|
||||||
|
if (attr._Scale != null) ret = attr;
|
||||||
if (ret != null && ret.MapType == null) ret.MapType = proto.PropertyType;
|
if (ret != null && ret.MapType == null) ret.MapType = proto.PropertyType;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user