Update 达梦

This commit is contained in:
sunkaixuan
2025-09-26 13:29:21 +08:00
parent a1413f2cf7
commit ba9644f7d9

View File

@@ -65,6 +65,10 @@ namespace SqlSugar
}
else if (propertyTypes == null || propertyTypes.Count() == 0)
{
if (dbTypeName.StartsWith("datetime"))
{
return CSharpDataType.DateTime.ToString();
}
Check.ThrowNotSupportedException(string.Format(" \"{0}\" Type NotSupported, DbBindProvider.GetPropertyTypeName error.", dbTypeName));
return null;
}