fix 81474 法规合规评估流程-部所主管级领导审批节点-查看 模块负责人没有正常回显

This commit is contained in:
lijiarao
2024-01-30 20:13:22 +08:00
parent c2b6845ffd
commit 749dc845dc
3 changed files with 23 additions and 4 deletions
+15
View File
@@ -71,6 +71,21 @@ where process_definition_id like 'project-assessment:%';
#
update process_node
set can_choose = 0
where process_definition_id like 'project-not-met:%'
and xml_node_id in ('fggcsfqzg','fggcssp')
;
update process_node
set sort = case
when xml_node_id = 'fggcsfqzg' then '1'
when xml_node_id = 'sjgcssczgcl' then '2'
when xml_node_id = 'zgjldsp' then '3'
when xml_node_id = 'fggcssp' then '4'
end
where process_definition_id like 'project-not-met:%'
;
#
#