mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-06 05:37:58 +08:00
Update 人大金仓
This commit is contained in:
parent
c9bcff974b
commit
11c48187fc
@ -152,7 +152,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
sqlParameter.KdbndpDbType = KdbndpDbType.Varchar;
|
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);
|
sqlParameter.KdbndpDbType = ((KdbndpDbType)parameter.CustomDbType);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user