Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
d5f61234
Commit
d5f61234
authored
Apr 30, 2020
by
裴大威
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-rsy' into 'master'
修改bug See merge request rays/pcloud-book!696
parents
a00ca20c
877e301e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
RightsSettingBizImpl.java
...oud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
+6
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
View file @
d5f61234
...
@@ -311,12 +311,18 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
...
@@ -311,12 +311,18 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
if
(!
ListUtils
.
isEmpty
(
group
.
getDescList
())){
if
(!
ListUtils
.
isEmpty
(
group
.
getDescList
())){
if
(
group
.
getDescList
().
size
()>
0
){
if
(
group
.
getDescList
().
size
()>
0
){
group
.
setDesc1
(
group
.
getDescList
().
get
(
0
));
group
.
setDesc1
(
group
.
getDescList
().
get
(
0
));
}
else
{
group
.
setDesc1
(
null
);
}
}
if
(
group
.
getDescList
().
size
()>
1
){
if
(
group
.
getDescList
().
size
()>
1
){
group
.
setDesc2
(
group
.
getDescList
().
get
(
1
));
group
.
setDesc2
(
group
.
getDescList
().
get
(
1
));
}
else
{
group
.
setDesc2
(
null
);
}
}
if
(
group
.
getDescList
().
size
()>
2
){
if
(
group
.
getDescList
().
size
()>
2
){
group
.
setDesc3
(
group
.
getDescList
().
get
(
2
));
group
.
setDesc3
(
group
.
getDescList
().
get
(
2
));
}
else
{
group
.
setDesc3
(
null
);
}
}
}
}
group
.
setRightsSettingId
(
rightsSettingId
);
group
.
setRightsSettingId
(
rightsSettingId
);
...
...
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