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