This commit is contained in:
2021-05-28 18:12:34 +00:00
parent e40ea05b4d
commit 20fde18014

View File

@@ -1324,7 +1324,7 @@ namespace AyaNova.Biz
foreach (long ItemId in UnitIds)
if (!await UnitDeleteAsync(ItemId, transaction))
return false;
foreach (long ItemId in UnitIds)
foreach (long ItemId in OutsideServiceIds)
if (!await OutsideServiceDeleteAsync(ItemId, transaction))
return false;