fix 80077 项目合规评估流程--全部选择不涉及,中间跳过的节点如何展示
update 项目合规评估流程.bpmn
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ where process_definition_id like 'standard-assessment:%';
|
||||
update process_node
|
||||
set is_skip = 1
|
||||
where process_definition_id like 'project-assessment:%'
|
||||
and xml_node_id in ('mkfzrxg');
|
||||
and xml_node_id in ('mkfzrxg','mkfzrff','sjgcspg','mkfzrsp');
|
||||
# 更新是否可选人
|
||||
update process_node
|
||||
set can_choose = 0
|
||||
|
||||
Reference in New Issue
Block a user