mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update exp tosql
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user