MySqlGuid

This commit is contained in:
sunkaixuan 2017-07-25 22:33:58 +08:00
parent 31bf2ac769
commit 54b5528cb4

View File

@ -236,7 +236,7 @@ namespace SqlSugar
method = getString;
if (bindProperyTypeName == "guid")
{
method = getConvertStringGuid;
method =isNullableType? getConvertStringGuid : getStringGuid;
}
break;
case CSharpDataType.DateTime: