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
RuoYi Vue
Commits
8c7aca25
Commit
8c7aca25
authored
May 16, 2020
by
RuoYi
Browse files
缺少 @Override
parent
4f1f0bdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
ruoyi/src/main/java/com/ruoyi/framework/web/page/TableDataInfo.java
View file @
8c7aca25
...
@@ -22,7 +22,7 @@ public class TableDataInfo implements Serializable
...
@@ -22,7 +22,7 @@ public class TableDataInfo implements Serializable
private
int
code
;
private
int
code
;
/** 消息内容 */
/** 消息内容 */
private
in
t
msg
;
private
Str
in
g
msg
;
/**
/**
* 表格数据对象
* 表格数据对象
...
@@ -73,12 +73,12 @@ public class TableDataInfo implements Serializable
...
@@ -73,12 +73,12 @@ public class TableDataInfo implements Serializable
this
.
code
=
code
;
this
.
code
=
code
;
}
}
public
in
t
getMsg
()
public
Str
in
g
getMsg
()
{
{
return
msg
;
return
msg
;
}
}
public
void
setMsg
(
in
t
msg
)
public
void
setMsg
(
Str
in
g
msg
)
{
{
this
.
msg
=
msg
;
this
.
msg
=
msg
;
}
}
...
...
ruoyi/src/main/java/com/ruoyi/project/system/service/impl/SysDeptServiceImpl.java
View file @
8c7aca25
...
@@ -114,6 +114,7 @@ public class SysDeptServiceImpl implements ISysDeptService
...
@@ -114,6 +114,7 @@ public class SysDeptServiceImpl implements ISysDeptService
* @param deptId 部门ID
* @param deptId 部门ID
* @return 子部门数
* @return 子部门数
*/
*/
@Override
public
int
selectNormalChildrenDeptById
(
Long
deptId
)
public
int
selectNormalChildrenDeptById
(
Long
deptId
)
{
{
return
deptMapper
.
selectNormalChildrenDeptById
(
deptId
);
return
deptMapper
.
selectNormalChildrenDeptById
(
deptId
);
...
...
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