mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update db.UpdateNav bug
This commit is contained in:
parent
0d2e7fcc66
commit
e85ab2bebb
@ -102,7 +102,7 @@ namespace SqlSugar
|
||||
|
||||
public string GetWhere(string fieldName,string conditionalType,int? parameterIndex=null)
|
||||
{
|
||||
return string.Format(" {0} {1} {2}{3} ",fieldName,conditionalType,this.SqlParameterKeyWord,fieldName+ parameterIndex);
|
||||
return string.Format(" {0} {1} {2}{3} ",this.GetTranslationColumnName(fieldName),conditionalType,this.SqlParameterKeyWord,fieldName+ parameterIndex);
|
||||
}
|
||||
public virtual string GetUnionAllSql(List<string> sqlList)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user