政策征求意见流程

This commit is contained in:
wangzhijiang
2023-10-18 09:17:20 +08:00
parent a06f324b90
commit 6fa188cf35
2 changed files with 4 additions and 0 deletions
@@ -63,6 +63,8 @@ public class ActDefineStartMap {
map.put("27","wdzxlc");
// 标准需求(翻译)申请流程
map.put("28","bzxqfy");
// 政策征求意见流程
map.put("29","PolicySolicitOpinionProcessWorkFlow");
return map.get(type);
}
@@ -0,0 +1,2 @@
-- 流程数据库,增加字段。
ALTER TABLE `bus_process_name` ADD COLUMN `RESPONSIBLE_UNIT_DEADLINE_DATE` datetime NULL COMMENT '责任单位截止日期' AFTER `END_TIME`;