|
@@ -104,8 +104,10 @@ public class WorkflowRecallHandler : INotificationHandler<RecallNotify>
|
|
|
// //order.BackToUnsign();
|
|
|
//}
|
|
|
}
|
|
|
-
|
|
|
- order.Status = EOrderStatus.Special;
|
|
|
+ else {
|
|
|
+ order.Status = EOrderStatus.Special;
|
|
|
+ }
|
|
|
+
|
|
|
await _orderRepository.UpdateAsync(order, false, cancellationToken);
|
|
|
var publish = await _orderPublishRepository.GetAsync(x => x.OrderId == order.Id, cancellationToken);
|
|
|
if (publish != null)
|