记得上下班打卡 | 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
e387bc58
Commit
e387bc58
authored
Jun 30, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 退款相关vo
parent
22d41171
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
40 deletions
+44
-40
KylinOrderRefundsVo.java
...net/service/kylin/dto/vo/returns/KylinOrderRefundsVo.java
+36
-32
bootstrap-service-kylin.yml
...kylin-impl/src/main/resources/bootstrap-service-kylin.yml
+6
-6
bootstrap.yml
...idnet-service-kylin-impl/src/main/resources/bootstrap.yml
+2
-2
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/returns/KylinOrderRefundsVo.java
View file @
e387bc58
...
...
@@ -112,39 +112,43 @@ public class KylinOrderRefundsVo implements Serializable {
private
List
<
KylinOrderRefundPicVo
>
orderRefundPicVos
;
public
void
setStatusName
(
Integer
status
){
this
.
status
=
status
;
switch
(
status
){
try
{
this
.
status
=
status
;
switch
(
status
)
{
case
0
:
this
.
statusName
=
"请求退款"
;
this
.
statusName
=
"请求退款"
;
break
;
case
1
:
this
.
statusName
=
"一审通过"
;
this
.
statusName
=
"一审通过"
;
break
;
case
2
:
this
.
statusName
=
"取消退款"
;
this
.
statusName
=
"取消退款"
;
break
;
case
3
:
this
.
statusName
=
"正在退款"
;
this
.
statusName
=
"正在退款"
;
break
;
case
4
:
this
.
statusName
=
"完成退款"
;
this
.
statusName
=
"完成退款"
;
break
;
case
5
:
this
.
statusName
=
"一审驳回退款"
;
this
.
statusName
=
"一审驳回退款"
;
break
;
case
6
:
this
.
statusName
=
"退款失败"
;
this
.
statusName
=
"退款失败"
;
break
;
case
7
:
this
.
statusName
=
"二审通过等待退款"
;
this
.
statusName
=
"二审通过等待退款"
;
break
;
case
8
:
this
.
statusName
=
"二审驳回退款"
;
this
.
statusName
=
"二审驳回退款"
;
break
;
default
:
this
.
statusName
=
"其他"
;
this
.
statusName
=
"其他"
;
break
;
}
}
catch
(
Exception
e
){
this
.
statusName
=
"其他"
;
}
}
}
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap-service-kylin.yml
View file @
e387bc58
...
...
@@ -9,9 +9,9 @@ eureka:
spring
:
cloud
:
config
:
#
uri: http://39.106.122.201:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
enabled
:
true
service-id
:
liquidnet-support-config
uri
:
http://39.106.122.201:7002/support-config
#
profile: ${liquidnet.cloudConfig.profile}
#
name: ${spring.application.name} #默认为spring.application.name
#
discovery:
#
enabled: true
#
service-id: liquidnet-support-config
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap.yml
View file @
e387bc58
...
...
@@ -2,7 +2,7 @@ spring:
application
:
name
:
liquidnet-service-kylin
profiles
:
active
:
dev
active
:
test
server
:
tomcat
:
max-threads
:
2000
...
...
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