mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Synchronization code
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user