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
bb0f30dc
Commit
bb0f30dc
authored
Nov 25, 2020
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug:[none] fixBrowse
parent
9ab040eb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
RightsSettingBizImpl.java
...oud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
+2
-2
RightsNowItem.java
...a/com/pcloud/book/rightsSetting/entity/RightsNowItem.java
+1
-1
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
View file @
bb0f30dc
...
@@ -1397,7 +1397,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
...
@@ -1397,7 +1397,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
items
.
add
(
RightsNowItem
.
builder
().
serveId
(
appletNews
.
getId
()).
serveName
(
appletNews
.
getNewsName
()).
serveType
(
RightsServeTypeEnum
.
NEWS
.
name
())
items
.
add
(
RightsNowItem
.
builder
().
serveId
(
appletNews
.
getId
()).
serveName
(
appletNews
.
getNewsName
()).
serveType
(
RightsServeTypeEnum
.
NEWS
.
name
())
.
serveTypeName
(
"资讯"
).
servePic
(
appletNews
.
getPic1
()).
type
(
type
).
jumpType
(
appletNews
.
getJumpType
())
.
serveTypeName
(
"资讯"
).
servePic
(
appletNews
.
getPic1
()).
type
(
type
).
jumpType
(
appletNews
.
getJumpType
())
.
jumpUrl
(
appletNews
.
getJumpUrl
()).
newsType
(
appletNews
.
getType
()).
crossedPrice
(
appletNews
.
getCrossedPrice
()).
.
jumpUrl
(
appletNews
.
getJumpUrl
()).
newsType
(
appletNews
.
getType
()).
crossedPrice
(
appletNews
.
getCrossedPrice
()).
appraisalPrice
(
appletNews
.
getAppraisalPrice
()).
b
or
wseCount
(
browseCount
).
build
());
appraisalPrice
(
appletNews
.
getAppraisalPrice
()).
b
ro
wseCount
(
browseCount
).
build
());
}
}
}
}
...
@@ -1624,7 +1624,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
...
@@ -1624,7 +1624,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
item
.
setUrlNumber
(
appletNewsDTO
.
getUrlNumber
());
item
.
setUrlNumber
(
appletNewsDTO
.
getUrlNumber
());
item
.
setCrossedPrice
(
appletNewsDTO
.
getCrossedPrice
());
item
.
setCrossedPrice
(
appletNewsDTO
.
getCrossedPrice
());
item
.
setAppraisalPrice
(
appletNewsDTO
.
getAppraisalPrice
());
item
.
setAppraisalPrice
(
appletNewsDTO
.
getAppraisalPrice
());
item
.
setB
or
wseCount
(
appletNewsDTO
.
getBrowseCount
());
item
.
setB
ro
wseCount
(
appletNewsDTO
.
getBrowseCount
());
}
}
}
}
}
}
...
...
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/entity/RightsNowItem.java
View file @
bb0f30dc
...
@@ -125,7 +125,7 @@ public class RightsNowItem extends BaseEntity {
...
@@ -125,7 +125,7 @@ public class RightsNowItem extends BaseEntity {
private
String
appraisalPrice
;
private
String
appraisalPrice
;
@ApiModelProperty
(
"资讯浏览量"
)
@ApiModelProperty
(
"资讯浏览量"
)
private
Integer
b
or
wseCount
;
private
Integer
b
ro
wseCount
;
@ApiModelProperty
(
"应用/资讯/作品图片-大图"
)
@ApiModelProperty
(
"应用/资讯/作品图片-大图"
)
private
String
transverseImg
;
private
String
transverseImg
;
...
...
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