Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
tanling
5 years ago
Commit
47217583df104dca132a4af4293180684171d04c
1 parent
64aafd4a
付费寄存or付费鉴定 点亮
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
order/src/main/java/com/yohoufo/order/service/impl/AppraiseExpressStageBuilder.java
order/src/main/java/com/yohoufo/order/service/impl/AppraiseExpressStageBuilder.java
View file @
4721758
...
...
@@ -22,28 +22,28 @@ public class AppraiseExpressStageBuilder {
*
* 1卖家发货 == 2平台鉴定 点亮1
*/
private
static
final
int
DEPOSIT_USER_DELIVERY
=
1
;
private
static
final
int
DEPOSIT_USER_DELIVERY
=
1
0
;
/**
* 平台确认收货
*
* 1卖家发货 == 2平台鉴定 点亮1
*/
private
static
final
int
DEPOSIT_PLATFORM_RECEIPT
=
2
;
private
static
final
int
DEPOSIT_PLATFORM_RECEIPT
=
11
;
/**
* 平台发货
*
* 1平台发货 == 2交易成功 点亮1
*/
private
static
final
int
DEPOSIT_PLATFORM_DELIVER
=
3
;
private
static
final
int
DEPOSIT_PLATFORM_DELIVER
=
12
;
/**
* 7天自动确认收货
*
* 1平台发货 == 2交易成功 点亮2
*/
private
static
final
int
AUTO_CONFIRM_RECEIPT
=
4
;
private
static
final
int
AUTO_CONFIRM_RECEIPT
=
13
;
final
AppraiseOrder
appraiseOrder
;
...
...
Please
register
or
login
to post a comment