mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 04:13:48 +08:00
Synchronization code
This commit is contained in:
parent
98e76c0c2a
commit
e147206699
@ -974,7 +974,7 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
}
|
||||
this.Where(string.Format(QueryBuilder.InTemplate, filed, string.Join(",", values)));
|
||||
this.Where(string.Format(QueryBuilder.InTemplate, SqlBuilder.GetTranslationColumnName(filed), string.Join(",", values)));
|
||||
|
||||
}
|
||||
return this;
|
||||
|
Loading…
Reference in New Issue
Block a user