mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update 人大金仓
This commit is contained in:
parent
c1f5db962e
commit
dd82de5c8c
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user