mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update select single field (mysql guid?)
This commit is contained in:
@@ -328,7 +328,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
result.Add((T)Convert.ChangeType(value, UtilMethods.GetUnderType(type)));
|
result.Add((T)UtilMethods.ChangeType2(value, type));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user