mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:07:23 +08:00
Update entity int to long
This commit is contained in:
parent
857f3da246
commit
62463c6970
@ -261,7 +261,7 @@ namespace SqlSugar
|
|||||||
if (bindProperyTypeName.IsContainsIn("int", "int32"))
|
if (bindProperyTypeName.IsContainsIn("int", "int32"))
|
||||||
method = isNullableType ? getConvertInt32 : getInt32;
|
method = isNullableType ? getConvertInt32 : getInt32;
|
||||||
if (bindProperyTypeName.IsContainsIn("int64"))
|
if (bindProperyTypeName.IsContainsIn("int64"))
|
||||||
method = isNullableType ? getConvertInt64 : getInt64;
|
method = null;
|
||||||
if (bindProperyTypeName.IsContainsIn("byte"))
|
if (bindProperyTypeName.IsContainsIn("byte"))
|
||||||
method = isNullableType ? getConvertByte : getByte;
|
method = isNullableType ? getConvertByte : getByte;
|
||||||
if (bindProperyTypeName.IsContainsIn("int16"))
|
if (bindProperyTypeName.IsContainsIn("int16"))
|
||||||
|
Loading…
Reference in New Issue
Block a user