|
@@ -524,7 +524,7 @@ public partial class Workflow
|
|
|
ActualHandleOrgLevel = handlerOrgLevel;
|
|
|
|
|
|
//坐席->派单存在不选办理对象的场景,所以要补赋值
|
|
|
- ActualHandlerId = step.Id;
|
|
|
+ ActualHandleStepId = step.Id;
|
|
|
ActualHandleStepCode = step.Code;
|
|
|
ActualHandleStepName = step.Name;
|
|
|
ActualHandleStepCreateTime = step.CreationTime;
|