Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
holmes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
holmes
Commits
dbf20582
Commit
dbf20582
authored
Mar 07, 2022
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify
parent
9334d01a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
OrderController.java
...olmes/controller/mock/keystone/jdbuy/OrderController.java
+5
-5
No files found.
src/main/java/cn/qg/holmes/controller/mock/keystone/jdbuy/OrderController.java
View file @
dbf20582
...
...
@@ -329,11 +329,11 @@ public class OrderController {
applyInfo
.
setOriginalOrderId
(
afsOutlineParam
.
getOrderId
());
applyInfo
.
setThirdApplyId
(
afsOutlineParam
.
getThirdApplyId
());
applyInfo
.
setIsOffline
(
false
);
applyInfo
.
setNewPickWareType
(
4
);
applyInfo
.
setNewPickWareType
(
4
0
);
applyInfo
.
setPin
(
"北京量化派VOP"
);
applyInfo
.
setApplyTime
(
DateUtils
.
convertDate
(
DateUtils
.
getBeforeDay
(
new
Date
(),
5
),
"yyyy-mm-dd hh:MM:ss"
));
applyInfo
.
setCompleteTime
(
DateUtils
.
convertDate
(
DateUtils
.
getBeforeDay
(
new
Date
(),
1
),
"yyyy-mm-dd hh:MM:ss"
));
applyInfo
.
setApplyStep
(
4
0
);
//10申请中待审核;20审核完成待收货;30收货完成待处理;40处理完成(如需退款则等待退款);50待用户确认,60用户确认完成,70取消
applyInfo
.
setApplyStep
(
6
0
);
//10申请中待审核;20审核完成待收货;30收货完成待处理;40处理完成(如需退款则等待退款);50待用户确认,60用户确认完成,70取消
applyInfo
.
setApplyNum
(
1
);
// 原始申请数量
applyInfo
.
setApplicationNum
(
0
);
// 申请中数量
applyInfo
.
setWareServiceNum
(
0
);
...
...
@@ -341,9 +341,9 @@ public class OrderController {
applyInfo
.
setWareCompleteNum
(
1
);
applyInfo
.
setWareCancelNum
(
0
);
applyInfo
.
setRefundNum
(
1
);
applyInfo
.
setShouldRefundAmount
(
new
BigDecimal
(
"0"
));
applyInfo
.
setNakedPriceAmount
(
new
BigDecimal
(
"10
0
"
));
applyInfo
.
setRealRefundAmount
(
new
BigDecimal
(
"10
0
"
));
applyInfo
.
setShouldRefundAmount
(
new
BigDecimal
(
"
1
0"
));
applyInfo
.
setNakedPriceAmount
(
new
BigDecimal
(
"10"
));
applyInfo
.
setRealRefundAmount
(
new
BigDecimal
(
"10"
));
applyInfo
.
setIsComplete
(
1
);
applyInfo
.
setCanConfirm
(
true
);
applyInfo
.
setCanSendSku
(
true
);
...
...
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