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
14f64d67
Commit
14f64d67
authored
May 21, 2021
by
田超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixbug/1029338' into 'master'
bug: [1029338] 书刊未显示小睿书标签 See merge request rays/pcloud-book!1305
parents
3fea7134
73e1fd2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
BookBizImpl.java
.../main/java/com/pcloud/book/book/biz/impl/BookBizImpl.java
+3
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/book/biz/impl/BookBizImpl.java
View file @
14f64d67
...
@@ -695,6 +695,7 @@ public class BookBizImpl implements BookBiz {
...
@@ -695,6 +695,7 @@ public class BookBizImpl implements BookBiz {
if
(
bookDto
==
null
)
{
if
(
bookDto
==
null
)
{
return
new
BookDto
();
return
new
BookDto
();
}
}
bookDto
.
setAdviserId
(
adviserId
);
// 设置渠道信息
// 设置渠道信息
bookDto
.
setChannelId
(
channelId
);
bookDto
.
setChannelId
(
channelId
);
bookDto
.
setChannelName
(
channelConsr
.
getNameById
(
channelId
));
bookDto
.
setChannelName
(
channelConsr
.
getNameById
(
channelId
));
...
@@ -711,6 +712,8 @@ public class BookBizImpl implements BookBiz {
...
@@ -711,6 +712,8 @@ public class BookBizImpl implements BookBiz {
bookDto
.
setUniqueNumber
(
"BK"
+
bookDto
.
getBookId
());
bookDto
.
setUniqueNumber
(
"BK"
+
bookDto
.
getBookId
());
// 设置二维码个数
// 设置二维码个数
bookDto
.
setQrcodeCount
(
qrcodeSceneConsr
.
getBookQRCountByMap
(
adviserId
,
channelId
,
bookId
));
bookDto
.
setQrcodeCount
(
qrcodeSceneConsr
.
getBookQRCountByMap
(
adviserId
,
channelId
,
bookId
));
//设置书刊是否是小睿书(开启小睿流程)
bookSet
.
setOpenRobotProcess
(
new
ArrayList
<>(
Arrays
.
asList
(
bookDto
)));
// 异步发起书刊推荐超级作者资源计算
// 异步发起书刊推荐超级作者资源计算
BookDto
finalBookDto
=
bookDto
;
BookDto
finalBookDto
=
bookDto
;
...
...
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