|
@@ -4081,10 +4081,12 @@ public class OrderController : BaseController
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
throw;
|
|
throw;
|
|
- } var stepInfo = nextSteps.Steps.FirstOrDefault(m => m.BusinessType == EBusinessType.Send);
|
|
|
|
|
|
+ }
|
|
|
|
+ var stepInfo = nextSteps.Steps.FirstOrDefault(m => m.BusinessType == EBusinessType.Send);
|
|
if (stepInfo == null)
|
|
if (stepInfo == null)
|
|
{
|
|
{
|
|
stringBuilder.Append($"下一步节点: [派单组] 未找到");
|
|
stringBuilder.Append($"下一步节点: [派单组] 未找到");
|
|
|
|
+ continue;
|
|
}
|
|
}
|
|
var data = new OrderHandleFlowDto
|
|
var data = new OrderHandleFlowDto
|
|
{
|
|
{
|