mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 20:49:31 +08:00
-
This commit is contained in:
parent
ec205ac069
commit
6ebc2c5b47
@ -60,7 +60,7 @@ namespace SqlSugar
|
||||
{
|
||||
SetContext(() => _Context.Deleteable<object>().AS(mappingEntity.DbTableName)
|
||||
.In(mappingA.DbColumnName, aids)
|
||||
.In(mappingA.DbColumnName, bids)
|
||||
.In(mappingB.DbColumnName, bids)
|
||||
.ExecuteCommand());
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user