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