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
526c0bde
Commit
526c0bde
authored
Nov 19, 2020
by
田超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixbug/1026453' into 'master'
bug: [1026453] 周权益应用收藏未展示 See merge request rays/pcloud-book!1043
parents
ebfabc95
7f3fc352
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
RightsSettingBizImpl.java
...oud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
+10
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
View file @
526c0bde
...
@@ -2022,6 +2022,8 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
...
@@ -2022,6 +2022,8 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
}
}
// 处理馆配图书
// 处理馆配图书
processLibraryBook
(
bookId
,
adviserId
,
rightsSettingDto
);
processLibraryBook
(
bookId
,
adviserId
,
rightsSettingDto
);
//填充收藏
fillCollect
(
wechatUserId
,
rightsSettingDto
,
RightsNowItemTypeNew
.
ONLINE_REMIND
.
value
);
return
rightsSettingDto
;
return
rightsSettingDto
;
}
}
...
@@ -2397,6 +2399,14 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
...
@@ -2397,6 +2399,14 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
if
(
null
!=
rightsSetting4Serves
.
getLearningToolTitle
()
&&
!
ListUtils
.
isEmpty
(
rightsSetting4Serves
.
getLearningToolTitle
().
getRightsSettingItemList
())){
if
(
null
!=
rightsSetting4Serves
.
getLearningToolTitle
()
&&
!
ListUtils
.
isEmpty
(
rightsSetting4Serves
.
getLearningToolTitle
().
getRightsSettingItemList
())){
rightsNowItemList
=
rightsSetting4Serves
.
getLearningToolTitle
().
getRightsSettingItemList
();
rightsNowItemList
=
rightsSetting4Serves
.
getLearningToolTitle
().
getRightsSettingItemList
();
}
}
}
else
if
(
RightsNowItemTypeNew
.
ONLINE_REMIND
.
value
.
equals
(
type
))
{
if
(!
ListUtils
.
isEmpty
(
rightsSetting4Serves
.
getRightsSettingWeekItems
())){
for
(
RightsSettingItem
rightsSettingItem
:
rightsSetting4Serves
.
getRightsSettingWeekItems
())
{
if
(!
ListUtils
.
isEmpty
(
rightsSettingItem
.
getRightsSettingItemList4Serve
()))
{
rightsNowItemList
.
addAll
(
rightsSettingItem
.
getRightsSettingItemList4Serve
());
}
}
}
}
}
if
(!
ListUtils
.
isEmpty
(
rightsNowItemList
))
{
if
(!
ListUtils
.
isEmpty
(
rightsNowItemList
))
{
fillCollect4RightsNowItem
(
wechatUserId
,
rightsNowItemList
);
fillCollect4RightsNowItem
(
wechatUserId
,
rightsNowItemList
);
...
...
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