政策征求意见流程
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user