mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 12:18:00 +08:00
Synchronization code
This commit is contained in:
parent
b710b6ffb1
commit
7d86646184
@ -32,8 +32,7 @@ namespace SqlSugar
|
||||
{
|
||||
Check.ExceptionEasy("Enable MappingColumn need in ConnectionConfig - > MoreSettings - > EnableModelFuncMappingColumn set to true", "MappingColumn考虑到风险情况需要开启才能使用,请在 ConnectionConfig->MoreSettings->EnableModelFuncMappingColumn设置为true");
|
||||
}
|
||||
resSql= resSql.TrimEnd(Convert.ToChar( this.SqlTranslationRight))
|
||||
.TrimStart(Convert.ToChar(this.SqlTranslationLeft));
|
||||
resSql = parameters.First() +"";
|
||||
}
|
||||
return new KeyValuePair<string, SugarParameter[]>(resSql, resPars.ToArray());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user