mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 19:15:10 +08:00
4.8 BUG
This commit is contained in:
parent
99e098b264
commit
efcdd40773
@ -191,7 +191,7 @@ namespace SqlSugar
|
||||
Where(SqlBuilder.SqlFalse);
|
||||
return this;
|
||||
}
|
||||
if (pkValues.Length == 1&& pkValues.First() is IEnumerable) {
|
||||
if (pkValues.Length == 1&& pkValues.First().GetType().FullName.IsCollectionsList()) {
|
||||
var newValues =new List<object>();
|
||||
foreach (var item in pkValues.First() as IEnumerable)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user