|
@@ -3691,7 +3691,8 @@ public class OrderController : BaseController
|
|
nextflowDto.StepId = unhandleStep.Id;
|
|
nextflowDto.StepId = unhandleStep.Id;
|
|
nextflowDto.IsStartCountersign = lowerLevelHandlers.Count > 1;
|
|
nextflowDto.IsStartCountersign = lowerLevelHandlers.Count > 1;
|
|
nextflowDto.NextHandlers = lowerLevelHandlers;
|
|
nextflowDto.NextHandlers = lowerLevelHandlers;
|
|
- nextflowDto.Opinion = "跨级派单,自动办理";
|
|
|
|
|
|
+ if(unhandleStep.Id != startStep.Id)
|
|
|
|
+ nextflowDto.Opinion = "跨级派单,自动办理";
|
|
|
|
|
|
var operater = new FakeSessionContext
|
|
var operater = new FakeSessionContext
|
|
{
|
|
{
|