Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
9d225fec
Commit
9d225fec
authored
Dec 03, 2018
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正部门菜单排序字段无效
parent
d24481f9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java
+1
-1
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
+1
-0
ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
+2
-0
sql/ry_20181203.sql
+1
-1
No files found.
ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java
View file @
9d225fec
...
...
@@ -86,7 +86,7 @@ public class Global
*/
public
static
String
getVersion
()
{
return
StringUtils
.
nvl
(
getConfig
(
"ruoyi.version"
),
"3.
0
.0"
);
return
StringUtils
.
nvl
(
getConfig
(
"ruoyi.version"
),
"3.
1
.0"
);
}
/**
...
...
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
View file @
9d225fec
...
...
@@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
<!-- 数据范围过滤 -->
${params.dataScope}
order by d.order_num
</select>
<select
id=
"checkDeptExistUser"
parameterType=
"Long"
resultType=
"int"
>
...
...
ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
View file @
9d225fec
...
...
@@ -46,6 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select
id=
"selectMenuAll"
resultMap=
"SysMenuResult"
>
<include
refid=
"selectMenuVo"
/>
order by order_num
</select>
<select
id=
"selectPermsByUserId"
parameterType=
"Long"
resultType=
"String"
>
...
...
@@ -74,6 +75,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND visible = #{visible}
</if>
</where>
order by order_num
</select>
<delete
id=
"deleteMenuById"
parameterType=
"Long"
>
...
...
sql/ry_20181203.sql
View file @
9d225fec
...
...
@@ -166,7 +166,7 @@ insert into sys_menu values('108', '日志管理', '1', '9', '#',
insert
into
sys_menu
values
(
'109'
,
'在线用户'
,
'2'
,
'1'
,
'/monitor/online'
,
'C'
,
'0'
,
'monitor:online:view'
,
'#'
,
'admin'
,
'2018-03-16 11-33-00'
,
'ry'
,
'2018-03-16 11-33-00'
,
'在线用户菜单'
);
insert
into
sys_menu
values
(
'110'
,
'定时任务'
,
'2'
,
'2'
,
'/monitor/job'
,
'C'
,
'0'
,
'monitor:job:view'
,
'#'
,
'admin'
,
'2018-03-16 11-33-00'
,
'ry'
,
'2018-03-16 11-33-00'
,
'定时任务菜单'
);
insert
into
sys_menu
values
(
'111'
,
'数据监控'
,
'2'
,
'3'
,
'/monitor/data'
,
'C'
,
'0'
,
'monitor:data:view'
,
'#'
,
'admin'
,
'2018-03-16 11-33-00'
,
'ry'
,
'2018-03-16 11-33-00'
,
'数据监控菜单'
);
insert
into
sys_menu
values
(
'112'
,
'服务监控'
,
'2'
,
'3'
,
'/monitor/server'
,
'C'
,
'0'
,
'monitor:server:view'
,
'#'
,
'admin'
,
'2018-03-16 11-33-00'
,
'ry'
,
'2018-03-16 11-33-00'
,
'
数据
监控菜单'
);
insert
into
sys_menu
values
(
'112'
,
'服务监控'
,
'2'
,
'3'
,
'/monitor/server'
,
'C'
,
'0'
,
'monitor:server:view'
,
'#'
,
'admin'
,
'2018-03-16 11-33-00'
,
'ry'
,
'2018-03-16 11-33-00'
,
'
服务
监控菜单'
);
insert
into
sys_menu
values
(
'113'
,
'表单构建'
,
'3'
,
'1'
,
'/tool/build'
,
'C'
,
'0'
,
'tool:build:view'
,
'#'
,
'admin'
,
'2018-03-16 11-33-00'
,
'ry'
,
'2018-03-16 11-33-00'
,
'表单构建菜单'
);
insert
into
sys_menu
values
(
'114'
,
'代码生成'
,
'3'
,
'2'
,
'/tool/gen'
,
'C'
,
'0'
,
'tool:gen:view'
,
'#'
,
'admin'
,
'2018-03-16 11-33-00'
,
'ry'
,
'2018-03-16 11-33-00'
,
'代码生成菜单'
);
insert
into
sys_menu
values
(
'115'
,
'系统接口'
,
'3'
,
'3'
,
'/tool/swagger'
,
'C'
,
'0'
,
'tool:swagger:view'
,
'#'
,
'admin'
,
'2018-03-16 11-33-00'
,
'ry'
,
'2018-03-16 11-33-00'
,
'系统接口菜单'
);
...
...
Write
Preview
Markdown
is supported
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