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