fix
This commit is contained in:
parent
d56858c6f6
commit
3a9459b51b
@ -49,7 +49,7 @@ namespace ConfectioneryRestApi.Controllers
|
||||
{
|
||||
return _order.ReadList(new OrderSearchModel
|
||||
{
|
||||
Status = OrderStatus.Принят
|
||||
Statusses = new() { OrderStatus.Принят }
|
||||
});
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user