记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
6cd7e288
Commit
6cd7e288
authored
Aug 12, 2022
by
zhengfuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设置 coverpic
parent
47dce523
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
GoblinNftGoodsSkuInfoVo.java
...quidnet/service/kylin/dto/vo/GoblinNftGoodsSkuInfoVo.java
+2
-0
KylinRecommendActiveServiceImpl.java
...e/kylin/service/impl/KylinRecommendActiveServiceImpl.java
+2
-0
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/GoblinNftGoodsSkuInfoVo.java
View file @
6cd7e288
...
@@ -30,6 +30,8 @@ public class GoblinNftGoodsSkuInfoVo implements Serializable, Cloneable {
...
@@ -30,6 +30,8 @@ public class GoblinNftGoodsSkuInfoVo implements Serializable, Cloneable {
private
String
subtitle
;
private
String
subtitle
;
@ApiModelProperty
(
position
=
15
,
value
=
"单品详情展示文件URL[256]"
)
@ApiModelProperty
(
position
=
15
,
value
=
"单品详情展示文件URL[256]"
)
private
String
skuWatch
;
private
String
skuWatch
;
private
String
coverPic
;
@ApiModelProperty
(
position
=
16
,
value
=
"展示文件类型[1-图片|2-视频|3-模型]"
)
@ApiModelProperty
(
position
=
16
,
value
=
"展示文件类型[1-图片|2-视频|3-模型]"
)
private
String
watchType
;
private
String
watchType
;
@ApiModelProperty
(
position
=
17
,
value
=
"展示预览图URL[256]"
)
@ApiModelProperty
(
position
=
17
,
value
=
"展示预览图URL[256]"
)
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/java/com/liquidnet/service/kylin/service/impl/KylinRecommendActiveServiceImpl.java
View file @
6cd7e288
...
@@ -90,12 +90,14 @@ public class KylinRecommendActiveServiceImpl implements IKylinRecommendActiveSer
...
@@ -90,12 +90,14 @@ public class KylinRecommendActiveServiceImpl implements IKylinRecommendActiveSer
if
(
kylinRecommendActiveRelationVo
.
getType
()
==
1
)
{
if
(
kylinRecommendActiveRelationVo
.
getType
()
==
1
)
{
//NFT
//NFT
GoblinNftGoodsSkuInfoVo
goblinNftGoodsSkuInfoVo
=
goodsDetail
(
kylinRecommendActiveRelationVo
.
getRecommendBindId
());
GoblinNftGoodsSkuInfoVo
goblinNftGoodsSkuInfoVo
=
goodsDetail
(
kylinRecommendActiveRelationVo
.
getRecommendBindId
());
GoblinGoodsSkuInfoVo
goodsSkuInfoVo
=
kylinRedisUtils
.
getGoodsSkuInfoVo
(
goblinNftGoodsSkuInfoVo
.
getSkuId
());
if
(
null
!=
goblinNftGoodsSkuInfoVo
)
{
if
(
null
!=
goblinNftGoodsSkuInfoVo
)
{
com
.
liquidnet
.
service
.
kylin
.
dto
.
vo
.
GoblinNftGoodsSkuInfoVo
aNew
=
com
.
liquidnet
.
service
.
kylin
.
dto
.
vo
.
GoblinNftGoodsSkuInfoVo
.
getNew
();
com
.
liquidnet
.
service
.
kylin
.
dto
.
vo
.
GoblinNftGoodsSkuInfoVo
aNew
=
com
.
liquidnet
.
service
.
kylin
.
dto
.
vo
.
GoblinNftGoodsSkuInfoVo
.
getNew
();
GoblinGoodsInfoVo
goodsInfoVo
=
kylinRedisUtils
.
getGoodsInfoVo
(
goblinNftGoodsSkuInfoVo
.
getSpuId
());
GoblinGoodsInfoVo
goodsInfoVo
=
kylinRedisUtils
.
getGoodsInfoVo
(
goblinNftGoodsSkuInfoVo
.
getSpuId
());
BeanUtils
.
copyProperties
(
goblinNftGoodsSkuInfoVo
,
aNew
);
BeanUtils
.
copyProperties
(
goblinNftGoodsSkuInfoVo
,
aNew
);
aNew
.
setAuthor
(
goodsInfoVo
.
getAuthor
());
aNew
.
setAuthor
(
goodsInfoVo
.
getAuthor
());
aNew
.
setPublisher
(
goodsInfoVo
.
getPublisher
());
aNew
.
setPublisher
(
goodsInfoVo
.
getPublisher
());
if
(
null
!=
goodsSkuInfoVo
)
aNew
.
setCoverPic
(
goodsSkuInfoVo
.
getSkuPic
());
kylinRecommendActiveRelationVo
.
setGoblinNftGoodsSkuInfoVo
(
aNew
);
kylinRecommendActiveRelationVo
.
setGoblinNftGoodsSkuInfoVo
(
aNew
);
kylinRecommendActiveRelationVo
.
setCount
(
true
);
kylinRecommendActiveRelationVo
.
setCount
(
true
);
}
else
{
}
else
{
...
...
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