mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 04:13:48 +08:00
-
This commit is contained in:
parent
58d4bcb9ac
commit
3d92a6273e
@ -46,7 +46,7 @@ namespace SqlSugar
|
||||
var propertyType = propertyTypes[i];
|
||||
|
||||
var propertyInfo = tupleType.GetFields()[i];
|
||||
propertyInfo.SetValue(tupleInstance, Convert.ChangeType(propertyValue, propertyType));
|
||||
propertyInfo.SetValue(tupleInstance, UtilMethods.ChangeType2(propertyValue, propertyType));
|
||||
}
|
||||
|
||||
// Add the tuple instance to the result list
|
||||
|
Loading…
Reference in New Issue
Block a user