|
@@ -113,6 +113,7 @@ public class WorkflowNextHandler : INotificationHandler<NextStepNotify>
|
|
|
switch (workflow.ModuleCode)
|
|
|
{
|
|
|
case WorkflowModuleConsts.OrderHandle:
|
|
|
+ case WorkflowModuleConsts.OrderHandleSnapshot:
|
|
|
var order = await _orderDomainService.GetOrderAsync(workflow.ExternalId, withHotspot: true,
|
|
|
withAcceptor: true, withExtension: true, cancellationToken: cancellationToken);
|
|
|
order.CheckIfFiled();
|