mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update 人大金仓
This commit is contained in:
@@ -152,7 +152,7 @@ namespace SqlSugar
|
||||
{
|
||||
sqlParameter.KdbndpDbType = KdbndpDbType.Varchar;
|
||||
}
|
||||
if (parameter.CustomDbType != null && parameter.CustomDbType is NpgsqlDbType)
|
||||
if (parameter.CustomDbType != null && parameter.CustomDbType is KdbndpDbType)
|
||||
{
|
||||
sqlParameter.KdbndpDbType = ((KdbndpDbType)parameter.CustomDbType);
|
||||
}
|
||||
|
Reference in New Issue
Block a user