mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -160,6 +160,9 @@ namespace SqlSugar
|
||||
{
|
||||
return columnName;
|
||||
}
|
||||
if (columnName.Contains(UtilConstants.Space)) {
|
||||
return columnName;
|
||||
}
|
||||
if (IsTranslationText(columnName)) return columnName;
|
||||
if (columnName.Contains(UtilConstants.Dot))
|
||||
{
|
||||
|
Reference in New Issue
Block a user