Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
c0a2127f
Commit
c0a2127f
authored
Jul 07, 2020
by
Maer0918
Committed by
Gitee
Jul 07, 2020
Browse files
update doc/starter-oracle.sql.
将 Line 836 的 “代码生成管理” 修改成了 “代码生成导航”,修复 Oracle 数据库下生成代码时找不到 “代码生成导航” 菜单的 Bug。
parent
944e75e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/starter-oracle.sql
View file @
c0a2127f
...
...
@@ -833,7 +833,7 @@ values (22, '角色数据授权', '角色数据授权', null, 11, 'MENU_M', 18,
insert
into
CORE_MENU
(
id
,
code
,
name
,
create_time
,
function_id
,
type
,
parent_menu_id
,
seq
,
icon
)
values
(
23
,
'博客测试'
,
'博客测试1'
,
null
,
182
,
'MENU_M'
,
19
,
9
,
null
);
insert
into
CORE_MENU
(
id
,
code
,
name
,
create_time
,
function_id
,
type
,
parent_menu_id
,
seq
,
icon
)
values
(
1002
,
'代码生成
管理
'
,
'代码生成
管理
'
,
to_date
(
'12-03-2018 11:52:53'
,
'dd-mm-yyyy hh24:mi:ss'
),
null
,
'MENU_N'
,
8
,
2
,
null
);
values
(
1002
,
'代码生成
导航
'
,
'代码生成
导航
'
,
to_date
(
'12-03-2018 11:52:53'
,
'dd-mm-yyyy hh24:mi:ss'
),
null
,
'MENU_N'
,
8
,
2
,
null
);
insert
into
CORE_MENU
(
id
,
code
,
name
,
create_time
,
function_id
,
type
,
parent_menu_id
,
seq
,
icon
)
values
(
1003
,
'子系统生成'
,
'子系统生成'
,
to_date
(
'12-03-2018 13:21:54'
,
'dd-mm-yyyy hh24:mi:ss'
),
1001
,
'MENU_M'
,
1002
,
1
,
null
);
commit
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment