From c0a2127f88ac5eb664a32100c24b603acdca58ae Mon Sep 17 00:00:00 2001 From: Maer0918 Date: Tue, 7 Jul 2020 16:37:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20doc/starter-oracle.sql.=20=E5=B0=86=20?= =?UTF-8?q?Line=20836=20=E7=9A=84=20=E2=80=9C=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=AE=A1=E7=90=86=E2=80=9D=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=88=90=E4=BA=86=20=E2=80=9C=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=AF=BC=E8=88=AA=E2=80=9D=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=20Oracle=20=E6=95=B0=E6=8D=AE=E5=BA=93=E4=B8=8B=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=BB=A3=E7=A0=81=E6=97=B6=E6=89=BE=E4=B8=8D=E5=88=B0?= =?UTF-8?q?=20=E2=80=9C=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E2=80=9D=20=E8=8F=9C=E5=8D=95=E7=9A=84=20Bug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/starter-oracle.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/starter-oracle.sql b/doc/starter-oracle.sql index 175c805f..bfe2ca65 100644 --- a/doc/starter-oracle.sql +++ b/doc/starter-oracle.sql @@ -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; -- Gitee