mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update json 2 sql
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