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