mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-26 10:19:40 +08:00
Synchronization code
This commit is contained in:
@@ -83,7 +83,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.GetTranslationColumnName(value.ObjToString());
|
||||
return this.GetTranslationColumnName(value.ObjToString().ToCheckField());
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user