mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Synchronization code
This commit is contained in:
parent
11c48187fc
commit
8be77c06e4
@ -151,6 +151,10 @@ namespace SqlSugar
|
||||
{
|
||||
sqlParameter.KdbndpDbType = KdbndpDbType.Varchar;
|
||||
}
|
||||
if (parameter.CustomDbType != null && parameter.CustomDbType is KdbndpDbType)
|
||||
{
|
||||
sqlParameter.KdbndpDbType = ((KdbndpDbType)parameter.CustomDbType);
|
||||
}
|
||||
++index;
|
||||
}
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user