Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
test
backend_autotest
Merge requests
!593
Merged
Created
Mar 24, 2026
by
xu zy
@xuzhenyang
Maintainer
Options
feat(invoice): 添加发票审批流程中的用户列表参数支持
Overview
0
Commits
1
Changes
2
在getAddInvoiceParam方法中新增userList参数,默认值为"101253"
在发票数据结构的examineFlowData中配置userList到optionalList
在getUpdateInvoiceParam方法中同样添加userList参数支持
为审批流程配置固定的flowId和用户列表映射关系
在审批拒绝测试用例中添加1秒延迟以确保流程稳定性