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