Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
8c7aca25
Commit
8c7aca25
authored
May 16, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缺少 @Override
parent
4f1f0bdb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ruoyi/src/main/java/com/ruoyi/framework/web/page/TableDataInfo.java
...main/java/com/ruoyi/framework/web/page/TableDataInfo.java
+3
-3
ruoyi/src/main/java/com/ruoyi/project/system/service/impl/SysDeptServiceImpl.java
...ruoyi/project/system/service/impl/SysDeptServiceImpl.java
+1
-0
No files found.
ruoyi/src/main/java/com/ruoyi/framework/web/page/TableDataInfo.java
View file @
8c7aca25
...
...
@@ -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/src/main/java/com/ruoyi/project/system/service/impl/SysDeptServiceImpl.java
View file @
8c7aca25
...
...
@@ -114,6 +114,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