mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
Update SqlBuilderProvider
This commit is contained in:
@@ -152,6 +152,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
parameterName = parameterName.Replace(this.SqlTranslationLeft, "_");
|
parameterName = parameterName.Replace(this.SqlTranslationLeft, "_");
|
||||||
}
|
}
|
||||||
|
string oldName = item.FieldName;
|
||||||
item.FieldName = GetTranslationColumnName(item.FieldName);
|
item.FieldName = GetTranslationColumnName(item.FieldName);
|
||||||
switch (item.ConditionalType)
|
switch (item.ConditionalType)
|
||||||
{
|
{
|
||||||
@@ -249,6 +250,7 @@ namespace SqlSugar
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
item.FieldName = oldName;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user