mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-09 07:07:59 +08:00
MySqlGuid
This commit is contained in:
parent
31bf2ac769
commit
54b5528cb4
@ -236,7 +236,7 @@ namespace SqlSugar
|
|||||||
method = getString;
|
method = getString;
|
||||||
if (bindProperyTypeName == "guid")
|
if (bindProperyTypeName == "guid")
|
||||||
{
|
{
|
||||||
method = getConvertStringGuid;
|
method =isNullableType? getConvertStringGuid : getStringGuid;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case CSharpDataType.DateTime:
|
case CSharpDataType.DateTime:
|
||||||
|
Loading…
Reference in New Issue
Block a user