mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Select BUG
This commit is contained in:
parent
56c0a2da1a
commit
619e355f21
@ -542,7 +542,7 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
}
|
||||
if (types.Count == i)
|
||||
if (types.Count == i&&(types.Count==types.Distinct().Count()))
|
||||
{
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user