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