记得上下班打卡 | 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
eaab4a28
Commit
eaab4a28
authored
Dec 14, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发快递下单判断用户选择的快递类型
parent
5fc87582
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
PerformancesExpressServiceImpl.java
...ai/kylin/service/impl/PerformancesExpressServiceImpl.java
+8
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/kylin/service/impl/PerformancesExpressServiceImpl.java
View file @
eaab4a28
...
@@ -222,8 +222,14 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -222,8 +222,14 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
hBody
.
put
(
"jCity"
,
jCity
);
hBody
.
put
(
"jCity"
,
jCity
);
hBody
.
put
(
"jAddress"
,
jAddress
);
hBody
.
put
(
"jAddress"
,
jAddress
);
// TODO: 2021/6/30 前端选择
// 1寄付|2到付|3包邮
hBody
.
put
(
"payMethod"
,
"2"
);
// 运费付款方式:0-寄付月结;1-寄付现结;2-收方付;3-第三方付;
// 运费付款方式:0-寄付月结;1-寄付现结;2-收方付;3-第三方付;
if
(
orderStatus
.
getExpressType
()
==
1
||
orderStatus
.
getExpressType
()
==
3
)
{
hBody
.
put
(
"payMethod"
,
"0"
);
}
else
{
hBody
.
put
(
"payMethod"
,
"2"
);
}
hBody
.
put
(
"expressType"
,
expressType
.
toString
());
// 顺丰特快
hBody
.
put
(
"expressType"
,
expressType
.
toString
());
// 顺丰特快
hBody
.
put
(
"depositumInfo"
,
depositumInfo
);
hBody
.
put
(
"depositumInfo"
,
depositumInfo
);
...
...
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