mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
Synchronization code
This commit is contained in:
@@ -177,7 +177,10 @@ namespace SqlSugar
|
||||
{
|
||||
sqlParameter.DbType = System.Data.DbType.AnsiString;
|
||||
}
|
||||
|
||||
if (parameter.CustomDbType != null && parameter.CustomDbType is SqlDbType)
|
||||
{
|
||||
sqlParameter.SqlDbType = ((SqlDbType)parameter.CustomDbType);
|
||||
}
|
||||
++index;
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user