update 补充流程分类sql数据

This commit is contained in:
gssong
2024-03-09 11:30:55 +08:00
parent fe13fd899c
commit c9cceb9e2d
4 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,7 @@ comment on column WF_CATEGORY.CREATE_BY is '创建者'
comment on column WF_CATEGORY.CREATE_TIME is '创建时间'
comment on column WF_CATEGORY.UPDATE_BY is '更新者'
comment on column WF_CATEGORY.UPDATE_TIME is '更新时间'
INSERT INTO wf_category values (1, 'OA', 'OA', 0, 0, '000000', 103, 1, sysdate, 1, sysdate);
INSERT INTO sys_menu(menu_id, menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_dept, create_by, create_time, update_by, update_time, remark) VALUES (11638, '请假申请', 5, 1, 'leave', 'workflow/leave/index', 1, 0, 'C', '0', '0', 'demo:leave:list', '#', 103, 1, sysdate, NULL, NULL, '请假申请菜单');
INSERT INTO sys_menu(menu_id, menu_name, parent_id, order_num, path, component, is_frame, is_cache, menu_type, visible, status, perms, icon, create_dept, create_by, create_time, update_by, update_time, remark) VALUES (11639, '请假申请查询', 11638, 1, '#', '', 1, 0, 'F', '0', '0', 'demo:leave:query', '#', 103, 1, sysdate, NULL, NULL, '');