mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update exp tosql
This commit is contained in:
parent
53d6a2951a
commit
aff23423f5
@ -211,6 +211,12 @@ namespace SqlSugar
|
||||
{
|
||||
return columnName;
|
||||
}
|
||||
if (this.SugarContext?.Context?.CurrentConnectionConfig?.MoreSettings?.IsCorrectErrorSqlParameterName == true)
|
||||
{
|
||||
if (IsTranslationText(columnName.Replace(" ", ""))) return columnName;
|
||||
else
|
||||
return GetTranslationText(columnName);
|
||||
}
|
||||
if (IsTranslationText(columnName)) return columnName;
|
||||
if (columnName.Contains(UtilConstants.Dot))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user