mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 20:27:56 +08:00
Synchronization code
This commit is contained in:
parent
f96d1a2f8c
commit
158f8b32a7
@ -211,6 +211,12 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return columnName;
|
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 (IsTranslationText(columnName)) return columnName;
|
||||||
if (columnName.Contains(UtilConstants.Dot))
|
if (columnName.Contains(UtilConstants.Dot))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user