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
71001e89
Commit
71001e89
authored
Jul 07, 2020
by
闲.大赋
Committed by
Gitee
Jul 07, 2020
Browse files
!37 update doc/starter-oracle.sql.
Merge pull request !37 from Maer0918/N/A
parents
944e75e1
c0a2127f
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/starter-oracle.sql
View file @
71001e89
...
...
@@ -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