feat(workflow): 添加角色筛选功能支持

- 在NodeSearch结构体中新增RoleIds字段用于角色筛选
- 扩展工作流节点搜索功能以支持按角色过滤
This commit is contained in:
2026-06-09 16:51:17 +08:00
parent f3e96f32f2
commit 87d43a7d58

View File

@@ -37,6 +37,7 @@ type ArgsNodeList struct {
}
type NodeSearch struct {
StaffIds []int64 // 员工筛选
RoleIds []int64 // 角色筛选
Status []int64 // 状态筛选
BusinessType string // 业务类型
BusinessTypes []string // 业务类型