|
@@ -5386,7 +5386,7 @@ public class OrderApplication : IOrderApplication, IScopeDependency
|
|
|
{
|
|
|
if (currentStep.FlowAssignType == EFlowAssignType.User)
|
|
|
{
|
|
|
- await _circularRecordDomainService.OrderSendBackCircularMessage(currentStep.HandlerId, currentStep.HandlerName, order, cancellationToken);
|
|
|
+ await _circularRecordDomainService.OrderSendBackCircularMessage(prevStep.HandlerId, prevStep.HandlerName, order, cancellationToken);
|
|
|
}
|
|
|
else if (currentStep.FlowAssignType == EFlowAssignType.Role && !string.IsNullOrEmpty(currentStep.RoleId))
|
|
|
{
|