mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Update cross database
This commit is contained in:
parent
0fecafab57
commit
a101aa0ff4
@ -244,7 +244,7 @@ namespace SqlSugar
|
||||
FieldValue = String.Join(",", abids.Select(it => it.Bid).ToArray()),
|
||||
CSharpTypeName = bColumn.PropertyInfo.PropertyType.Name
|
||||
}));
|
||||
var sql = GetWhereSql(abDb);
|
||||
var sql = GetWhereSql(GetCrossDatabase(abDb, bEntity));
|
||||
if (sql.SelectString == null)
|
||||
{
|
||||
var columns = bEntityInfo.Columns.Where(it => !it.IsIgnore)
|
||||
|
Loading…
Reference in New Issue
Block a user