Update 人大金仓

This commit is contained in:
sunkaixuan 2024-08-27 15:11:46 +08:00
parent c1f5db962e
commit dd82de5c8c

View File

@ -166,7 +166,7 @@ namespace SqlSugar
{
var isFirst = whereString == null;
whereString += (isFirst ? null : " AND ");
whereString += item.Replace(" \""," T.\"");
whereString += item.Replace(" \"",$" {Builder.GetTranslationColumnName(this.EntityInfo.DbTableName)}.\"");
}
}
if (PrimaryKeys.HasValue())