From 87d43a7d58aa913c0848a8fb7c52d34793ffbdcd Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 9 Jun 2026 16:51:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(workflow):=20=E6=B7=BB=E5=8A=A0=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=AD=9B=E9=80=89=E5=8A=9F=E8=83=BD=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在NodeSearch结构体中新增RoleIds字段用于角色筛选 - 扩展工作流节点搜索功能以支持按角色过滤 --- erp/workflow/node.go | 1 + 1 file changed, 1 insertion(+) 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 // 业务类型