mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-17 17:41:28 +08:00
Update db.UpdateNav bug
This commit is contained in:
@@ -102,7 +102,7 @@ namespace SqlSugar
|
|||||||
|
|
||||||
public string GetWhere(string fieldName,string conditionalType,int? parameterIndex=null)
|
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)
|
public virtual string GetUnionAllSql(List<string> sqlList)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user