|
@@ -4078,7 +4078,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
|