|
@@ -5890,7 +5890,7 @@ public class OrderController : BaseController
|
|
|
NextStepCode = dto.NextStepCode,
|
|
|
NextStepName = dto.NextStepName,
|
|
|
NextHandlers = dto.NextHandlers,
|
|
|
- Opinion = dto.Cause,
|
|
|
+ Opinion = "【特提理由】" + dto.Cause,
|
|
|
FlowDirection = dto.FlowDirection,
|
|
|
HandlerType = dto.HandlerType,
|
|
|
BusinessType = dto.BusinessType
|
|
@@ -6122,7 +6122,7 @@ public class OrderController : BaseController
|
|
|
NextStepCode = dto.NextStepCode,
|
|
|
NextStepName = dto.NextStepName,
|
|
|
NextHandlers = dto.NextHandlers,
|
|
|
- Opinion = dto.Reason,
|
|
|
+ Opinion = "【特提理由】" + dto.Reason,
|
|
|
FlowDirection = dto.FlowDirection,
|
|
|
HandlerType = dto.HandlerType,
|
|
|
BusinessType = dto.BusinessType,
|
|
@@ -6493,7 +6493,7 @@ public class OrderController : BaseController
|
|
|
NextStepCode = special.NextStepCode,
|
|
|
NextStepName = special.NextStepName,
|
|
|
NextHandlers = special.NextHandlers,
|
|
|
- Opinion = dto.Opinion,
|
|
|
+ Opinion = "【特提理由】" + dto.Opinion,
|
|
|
FlowDirection = special.FlowDirection,
|
|
|
HandlerType = special.HandlerType.Value,
|
|
|
BusinessType = special.BusinessType.Value
|