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
aa62b012
Commit
aa62b012
authored
Mar 30, 2021
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:[1004501] 小程序热门搜索更新为7日扫码量最高的书籍
parent
62aad7b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
BookInfoAnalysicsDTO.java
...n/java/com/pcloud/book/book/dto/BookInfoAnalysicsDTO.java
+10
-0
Book.Mapper.xml
...rvice-book/src/main/resources/mapper/book/Book.Mapper.xml
+2
-1
No files found.
pcloud-facade-book/src/main/java/com/pcloud/book/book/dto/BookInfoAnalysicsDTO.java
View file @
aa62b012
...
...
@@ -24,6 +24,16 @@ public class BookInfoAnalysicsDTO extends BaseDto {
private
Boolean
isFundSupport
;
@ApiModelProperty
(
"ISBN"
)
private
String
isbn
;
@ApiModelProperty
(
"封面"
)
private
String
coverImg
;
public
String
getCoverImg
()
{
return
coverImg
;
}
public
void
setCoverImg
(
String
coverImg
)
{
this
.
coverImg
=
coverImg
;
}
public
Long
getBookId
()
{
return
bookId
;
...
...
pcloud-service-book/src/main/resources/mapper/book/Book.Mapper.xml
View file @
aa62b012
...
...
@@ -1747,7 +1747,8 @@
ISNULL(BF.BOOK_FUND_ID),
0,
1
) isFundSupport
) isFundSupport,
b.cover_img coverImg
FROM
`book_adviser` ba
LEFT JOIN book b ON ba.BOOK_ID = b.BOOK_ID
...
...
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