mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 21:19:34 +08:00
Update CodeFirst
This commit is contained in:
parent
dfe5c4c00a
commit
5ea7e4f41c
@ -501,6 +501,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (properyTypeName?.ToLower() == "bigint" && dataType?.ToLower() == "int64")
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (properyTypeName == null || dataType == null)
|
if (properyTypeName == null || dataType == null)
|
||||||
{
|
{
|
||||||
return properyTypeName != dataType;
|
return properyTypeName != dataType;
|
||||||
|
Loading…
Reference in New Issue
Block a user