mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
-
This commit is contained in:
@@ -46,7 +46,7 @@ namespace SqlSugar
|
|||||||
var propertyType = propertyTypes[i];
|
var propertyType = propertyTypes[i];
|
||||||
|
|
||||||
var propertyInfo = tupleType.GetFields()[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
|
// Add the tuple instance to the result list
|
||||||
|
Reference in New Issue
Block a user