-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
bugSomething isn't workingSomething isn't workingnot_compatible需要升级方案需要升级方案publish-pre3verifiedthe issue all pr is verifiedthe issue all pr is verified
Milestone
Description
版本信息(Version)
SQLE:main 141b8a1
DMS:main 20d313b918e8d7b0f844352da3b4ef0d146119ff
UI:main 33925954
问题描述(Describe)
审批流程模版,匹配拥有数据源审核权限的,若在成员权限中配置超过20人会提示报错(execution_assignees字段长度为255)
截图或日志(Log)
如何复现(To Reproduce)
1、用户中心添加用户20个
2、在成员与权限中,创建成员组,把这20个用户添加到组内,并且给SQLE管理员和数据源权限
3、sql工单中创建工单时选择第2步中的数据源,点击提交,页面提示报错
问题原因
解决方案
增大工单审批人的数量,升级后,最大能支持100人
升级方案
增加以下4张表分配人员的长度
ALTER TABLE sqle.workflow_instance_records MODIFY COLUMN execution_assignees varchar(2000);
ALTER TABLE sqle.sql_manage_record_processes MODIFY COLUMN assignees varchar(2000);
ALTER TABLE sqle.sql_manages MODIFY COLUMN assignees varchar(2000);
ALTER TABLE sqle.workflow_steps MODIFY COLUMN assignees varchar(2000);
变更影响面
受影响的模块或功能
外部引用的潜在问题或风险
版本兼容性
测试建议
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnot_compatible需要升级方案需要升级方案publish-pre3verifiedthe issue all pr is verifiedthe issue all pr is verified