Это условие все таки нужно оказалось

This commit is contained in:
Никита Потапов 2024-04-22 11:29:01 +04:00
parent 9e79e50027
commit 86e83dac7b

View File

@ -60,6 +60,10 @@ namespace SecuritySystemBusinessLogic.BusinessLogics
_logger.LogWarning("Status change operation failed");
throw new InvalidOperationException("Текущий статус заказа не может быть переведен в выбранный");
}
if (element.ImplementerId.HasValue)
{
model.ImplementerId = element.ImplementerId;
}
OrderStatus oldStatus = model.Status;
model.Status = status;
if (model.Status == OrderStatus.Выдан)