Sfoglia il codice sorgente

特提处理工单状态错误

田爽 6 mesi fa
parent
commit
231c2c8f6a

+ 4 - 2
src/Hotline.Application/Handlers/FlowEngine/WorkflowRecallHandler.cs

@@ -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)