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
bc2950dd
Commit
bc2950dd
authored
Jan 11, 2023
by
李传峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1009354' into 'master'
feat: [1009354] 抖音万有文化 See merge request rays/pcloud-book!1719
parents
e48f52ab
11f42957
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
BookBizImpl.java
.../main/java/com/pcloud/book/book/biz/impl/BookBizImpl.java
+4
-2
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/book/biz/impl/BookBizImpl.java
View file @
bc2950dd
...
@@ -400,6 +400,8 @@ public class BookBizImpl implements BookBiz {
...
@@ -400,6 +400,8 @@ public class BookBizImpl implements BookBiz {
@Autowired
@Autowired
private
BookConsr
bookConsr
;
private
BookConsr
bookConsr
;
private
static
final
List
<
Integer
>
zouMuBaiTypeList
=
CollUtil
.
toList
(
3
,
4
);
/**
/**
* 创建书籍,同时建立与编辑的推广关系
* 创建书籍,同时建立与编辑的推广关系
*/
*/
...
@@ -4807,7 +4809,7 @@ public class BookBizImpl implements BookBiz {
...
@@ -4807,7 +4809,7 @@ public class BookBizImpl implements BookBiz {
if
(
type
==
1
)
{
if
(
type
==
1
)
{
dealXy
(
list
);
dealXy
(
list
);
}
}
if
(
type
==
3
){
if
(
zouMuBaiTypeList
.
contains
(
type
)
){
dealZmb
(
list
);
dealZmb
(
list
);
}
}
}
}
...
@@ -4918,7 +4920,7 @@ public class BookBizImpl implements BookBiz {
...
@@ -4918,7 +4920,7 @@ public class BookBizImpl implements BookBiz {
if
(
null
==
mofangBook
){
if
(
null
==
mofangBook
){
return
new
ArrayList
<>();
return
new
ArrayList
<>();
}
}
if
(
null
!=
mofangBook
.
getType
()
&&
mofangBook
.
getType
()==
3
){
if
(
null
!=
mofangBook
.
getType
()
&&
zouMuBaiTypeList
.
contains
(
mofangBook
.
getType
())
){
return
bookDao
.
getZmbBookIds
(
mofangId
);
return
bookDao
.
getZmbBookIds
(
mofangId
);
}
}
if
(
null
!=
mofangBook
.
getBookId
()){
if
(
null
!=
mofangBook
.
getBookId
()){
...
...
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