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
9c54c5c3
Commit
9c54c5c3
authored
May 16, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缺少 @Override
parent
59e2d4a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ruoyi-common/src/main/java/com/ruoyi/common/core/page/TableDataInfo.java
+3
-3
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDeptServiceImpl.java
+1
-0
No files found.
ruoyi-common/src/main/java/com/ruoyi/common/core/page/TableDataInfo.java
View file @
9c54c5c3
...
...
@@ -22,7 +22,7 @@ public class TableDataInfo implements Serializable
private
int
code
;
/** 消息内容 */
private
int
msg
;
private
String
msg
;
/**
* 表格数据对象
...
...
@@ -73,12 +73,12 @@ public class TableDataInfo implements Serializable
this
.
code
=
code
;
}
public
int
getMsg
()
public
String
getMsg
()
{
return
msg
;
}
public
void
setMsg
(
int
msg
)
public
void
setMsg
(
String
msg
)
{
this
.
msg
=
msg
;
}
...
...
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDeptServiceImpl.java
View file @
9c54c5c3
...
...
@@ -285,6 +285,7 @@ public class SysDeptServiceImpl implements ISysDeptService
* @param deptId 部门ID
* @return 子部门数
*/
@Override
public
int
selectNormalChildrenDeptById
(
Long
deptId
)
{
return
deptMapper
.
selectNormalChildrenDeptById
(
deptId
);
...
...
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