fix 81474 法规合规评估流程-部所主管级领导审批节点-查看 模块负责人没有正常回显
This commit is contained in:
@@ -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:%'
|
||||
;
|
||||
|
||||
# 未符合项跟踪流程结束
|
||||
|
||||
# 法规合规评估流程开始
|
||||
|
||||
Reference in New Issue
Block a user