This commit is contained in:
@@ -1324,7 +1324,7 @@ namespace AyaNova.Biz
|
|||||||
foreach (long ItemId in UnitIds)
|
foreach (long ItemId in UnitIds)
|
||||||
if (!await UnitDeleteAsync(ItemId, transaction))
|
if (!await UnitDeleteAsync(ItemId, transaction))
|
||||||
return false;
|
return false;
|
||||||
foreach (long ItemId in UnitIds)
|
foreach (long ItemId in OutsideServiceIds)
|
||||||
if (!await OutsideServiceDeleteAsync(ItemId, transaction))
|
if (!await OutsideServiceDeleteAsync(ItemId, transaction))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user