diff --git a/pom.xml b/pom.xml index 0203bce..9f3532c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -58,61 +58,61 @@ com.tiesheng.springboot-parent springboot-database - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-login - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-web - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-util - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-platform - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-message - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-encrypt - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-role - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-annotation - 2.0.0.rc28 + 2.0.0.rc30 com.tiesheng.springboot-parent springboot-poi - 2.0.0.rc28 + 2.0.0.rc30 diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index 36e87ca..258362e 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,11 +6,11 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-ademo - 2.0.0.rc28 + 2.0.0.rc30 8 diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 24f0265..ac48d4c 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-annotation diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml index fcecad1..1fae218 100644 --- a/springboot-database/pom.xml +++ b/springboot-database/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-database diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml index 862c4b9..1122710 100644 --- a/springboot-encrypt/pom.xml +++ b/springboot-encrypt/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-encrypt diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index 5e97ecb..45ec8de 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-login diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index f185f1e..7b64780 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index 2e1fc1e..f8a2c27 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-platform diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml index eed974a..b97f1ed 100644 --- a/springboot-poi/pom.xml +++ b/springboot-poi/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-poi diff --git a/springboot-role/pom.xml b/springboot-role/pom.xml index f71b1e5..d4aa910 100644 --- a/springboot-role/pom.xml +++ b/springboot-role/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-role diff --git a/springboot-role/src/main/resources/mapper/CoreRoleGroupRxMapper.xml b/springboot-role/src/main/resources/mapper/CoreRoleGroupRxMapper.xml index 05eccd4..578d9a9 100644 --- a/springboot-role/src/main/resources/mapper/CoreRoleGroupRxMapper.xml +++ b/springboot-role/src/main/resources/mapper/CoreRoleGroupRxMapper.xml @@ -18,12 +18,12 @@ - insert into core_role_group_rx(id, create_time, update_time, is_deleted, group_id, menu_id) + insert into core_role_group_rx(id, create_time, update_time, is_deleted, group_id, menu_id,type) values (uuid(), now(), now(), 0, #{item.groupId}, - #{item.menuId}) + #{item.menuId}, #{item.type}) - \ No newline at end of file + diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index f1dd421..942ee1d 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-util diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index 2ac6535..d2e7205 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 2.0.0.rc28 + 2.0.0.rc30 springboot-web