mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
-
This commit is contained in:
parent
9a1005a407
commit
77cd5c2fdf
@ -507,7 +507,7 @@ namespace SqlSugar
|
||||
value = Convert.ToInt64(value);
|
||||
}
|
||||
}
|
||||
if (item.SqlParameterDbType != null && item.SqlParameterDbType is Type && UtilMethods.HasInterface((Type)column.SqlParameterDbType, typeof(ISugarDataConverter)))
|
||||
if (item.SqlParameterDbType != null && item.SqlParameterDbType is Type && UtilMethods.HasInterface((Type)item.SqlParameterDbType, typeof(ISugarDataConverter)))
|
||||
{
|
||||
var columnInfo = item;
|
||||
var type = columnInfo.SqlParameterDbType as Type;
|
||||
|
Loading…
Reference in New Issue
Block a user