Synchronization code

This commit is contained in:
sunkaixuan 2023-07-18 11:38:42 +08:00
parent 5dccf3d74c
commit d11e30fab1

View File

@ -328,7 +328,7 @@ namespace SqlSugar
}
else
{
result.Add((T)Convert.ChangeType(value, UtilMethods.GetUnderType(type)));
result.Add((T)UtilMethods.ChangeType2(value, type));
}
}
}