mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update 人大金仓
This commit is contained in:
@@ -166,7 +166,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
var isFirst = whereString == null;
|
var isFirst = whereString == null;
|
||||||
whereString += (isFirst ? null : " AND ");
|
whereString += (isFirst ? null : " AND ");
|
||||||
whereString += item.Replace(" \""," T.\"");
|
whereString += item.Replace(" \"",$" {Builder.GetTranslationColumnName(this.EntityInfo.DbTableName)}.\"");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (PrimaryKeys.HasValue())
|
if (PrimaryKeys.HasValue())
|
||||||
|
|||||||
Reference in New Issue
Block a user