记得上下班打卡 | 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
def5a406
Commit
def5a406
authored
Jun 28, 2022
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实现xuper相关艺术品上传
parent
c0c280e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
pom.xml
...quidnet-common-third/liquidnet-common-third-xuper/pom.xml
+3
-3
pom.xml
...et-service-goblin/liquidnet-service-goblin-common/pom.xml
+1
-1
XuperArtworkBiz.java
...dnet/service/galaxy/router/xuper/biz/XuperArtworkBiz.java
+4
-4
No files found.
liquidnet-bus-common/liquidnet-common-third/liquidnet-common-third-xuper/pom.xml
View file @
def5a406
...
...
@@ -4,7 +4,7 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
liquidnet-common-third
</artifactId>
<groupId>
com.
jlbs
</groupId>
<groupId>
com.
liquidnet
</groupId>
<version>
1.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -18,12 +18,12 @@
<dependencies>
<dependency>
<groupId>
com.
jlbs
</groupId>
<groupId>
com.
liquidnet
</groupId>
<artifactId>
liquidnet-common-base
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.
jlbs
</groupId>
<groupId>
com.
liquidnet
</groupId>
<artifactId>
liquidnet-common-cache-redis
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</dependency>
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-common/pom.xml
View file @
def5a406
...
...
@@ -42,7 +42,7 @@
<version>
1.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.
jlbs
</groupId>
<groupId>
com.
liquidnet
</groupId>
<artifactId>
liquidnet-common-third-xuper
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/galaxy/router/xuper/biz/XuperArtworkBiz.java
View file @
def5a406
...
...
@@ -296,8 +296,8 @@ public class XuperArtworkBiz {
}
log
.
info
(
"seriesClaimResultQuery resp : "
+
JsonUtils
.
toJson
(
respDto
));
if
(
respDto
.
getErrNo
()
==
0
){
if
(
respDto
.
getMeta
().
getStatus
()
==
Integer
.
parseInt
(
XuperEnum
.
AssetStatusEnum
.
INIT
.
getCode
())
||
respDto
.
getMeta
().
getStatus
()
==
Integer
.
parseInt
(
XuperEnum
.
AssetStatusEnum
.
PUBLISH_SUCCESS
.
getCode
())){
if
(
respDto
.
getMeta
().
getStatus
()
==
Integer
.
parseInt
(
XuperEnum
.
Asset
Publish
StatusEnum
.
INIT
.
getCode
())
||
respDto
.
getMeta
().
getStatus
()
==
Integer
.
parseInt
(
XuperEnum
.
Asset
Publish
StatusEnum
.
PUBLISH_SUCCESS
.
getCode
())){
//设置系列声明状态
seriesInfoBo
.
setSeriesClaimStatus
(
GalaxyEnum
.
SeriesClaimStatusEnum
.
SUCCESS
.
getCode
());
String
nowTimeStr
=
DateUtil
.
getNowTime
();
...
...
@@ -316,8 +316,8 @@ public class XuperArtworkBiz {
GalaxyArtSeriesClaimResultQueryRespDto
resultQueryRespDto
=
this
.
buildGalaxyArtSeriesClaimResultQueryRespDto
(
reqDto
,
seriesInfoBo
,
ZxlnftEnum
.
TaskStatusEnum
.
TASK_SUCCESS
.
getCode
());
return
ResponseDto
.
success
(
resultQueryRespDto
);
}
else
if
(
respDto
.
getMeta
().
getStatus
()
!=
Integer
.
parseInt
(
XuperEnum
.
AssetStatusEnum
.
INIT
.
getCode
())
&&
respDto
.
getMeta
().
getStatus
()
!=
Integer
.
parseInt
(
XuperEnum
.
AssetStatusEnum
.
PUBLISH_SUCCESS
.
getCode
())){
}
else
if
(
respDto
.
getMeta
().
getStatus
()
!=
Integer
.
parseInt
(
XuperEnum
.
Asset
Publish
StatusEnum
.
INIT
.
getCode
())
&&
respDto
.
getMeta
().
getStatus
()
!=
Integer
.
parseInt
(
XuperEnum
.
Asset
Publish
StatusEnum
.
PUBLISH_SUCCESS
.
getCode
())){
seriesInfoBo
.
setSeriesClaimStatus
(
GalaxyEnum
.
SeriesClaimStatusEnum
.
FAIL
.
getCode
());
seriesInfoBo
.
setUpdatedAt
(
LocalDateTime
.
now
());
...
...
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