|
@@ -170,6 +170,10 @@ namespace Hotline.Application.Subscribers
|
|
|
{
|
|
|
order.Status = EOrderStatus.WaitForAccept;
|
|
|
}
|
|
|
+ if (dto.Result is 1)
|
|
|
+ order.ProvinceSendBack = true;
|
|
|
+ else
|
|
|
+ order.ProvinceSendBack = false;
|
|
|
await _orderRepository.UpdateAsync(order, cancellationToken);
|
|
|
|
|
|
//if (dto.Result is 1)
|