diff --git a/erp/workflow/node.go b/erp/workflow/node.go index 631e0f6..e77a0e2 100644 --- a/erp/workflow/node.go +++ b/erp/workflow/node.go @@ -37,6 +37,7 @@ type ArgsNodeList struct { } type NodeSearch struct { StaffIds []int64 // 员工筛选 + RoleIds []int64 // 角色筛选 Status []int64 // 状态筛选 BusinessType string // 业务类型 BusinessTypes []string // 业务类型