Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
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
TCM
tcm-system
Commits
57b9e563
Commit
57b9e563
authored
Apr 14, 2020
by
tangf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询角色权限请求实体
parent
dfda0053
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
RoleServiceImpl.java
.../pangding/web/authority/service/impl/RoleServiceImpl.java
+4
-1
No files found.
src/main/java/com/pangding/web/authority/service/impl/RoleServiceImpl.java
View file @
57b9e563
...
@@ -79,7 +79,10 @@ public class RoleServiceImpl implements RoleService {
...
@@ -79,7 +79,10 @@ public class RoleServiceImpl implements RoleService {
RoleAuthorityVo
roleAuthorityVo
=
new
RoleAuthorityVo
();
RoleAuthorityVo
roleAuthorityVo
=
new
RoleAuthorityVo
();
roleAuthorityVo
.
setAuthorityId
(
authorityPid
);
roleAuthorityVo
.
setAuthorityId
(
authorityPid
);
roleAuthorityVo
.
setRoleId
(
roleId
);
roleAuthorityVo
.
setRoleId
(
roleId
);
RoleAuthorityVo
roleAuthorityVo1
=
roleAuthorityDaoImpl
.
load
(
roleAuthorityVo
,
RoleAuthorityVo
.
class
);
RoleAuthorityGetReqVo
roleAuthorityGetReqVo
=
new
RoleAuthorityGetReqVo
();
roleAuthorityGetReqVo
.
setRole
(
roleId
);
roleAuthorityGetReqVo
.
setAuthority
(
authorityPid
);
RoleAuthorityVo
roleAuthorityVo1
=
roleAuthorityDaoImpl
.
load
(
roleAuthorityGetReqVo
,
RoleAuthorityVo
.
class
);
if
(
null
==
roleAuthorityVo1
)
{
if
(
null
==
roleAuthorityVo1
)
{
roleAuthorityVo
.
setId
(
StringHelper
.
getNewID
());
roleAuthorityVo
.
setId
(
StringHelper
.
getNewID
());
roleAuthorityDaoImpl
.
create
(
roleAuthorityVo
);
roleAuthorityDaoImpl
.
create
(
roleAuthorityVo
);
...
...
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