mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -2257,6 +2257,10 @@ namespace SqlSugar
|
||||
{
|
||||
addItem= ((SubQueryToListDefaultT)addItem).id;
|
||||
}
|
||||
if (addItem!=null&&addItem is string && itemProperty?.PropertyType?.GenericTypeArguments?.FirstOrDefault() == UtilConstants.GuidType)
|
||||
{
|
||||
addItem = Guid.Parse(addItem+"");
|
||||
}
|
||||
setValue.Add(addItem);
|
||||
}
|
||||
appindex++;
|
||||
|
Reference in New Issue
Block a user