Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
6a894a99
Commit
6a894a99
authored
Mar 05, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复现金单宽提交智能平台0元问题
parent
53d99808
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
apply-net/src/main/java/com/winsun/controller/DankuanController.java
+1
-8
common/src/main/java/com/winsun/outSideSystem/IntelligenceSendOrder.java
+1
-2
No files found.
apply-net/src/main/java/com/winsun/controller/DankuanController.java
View file @
6a894a99
...
@@ -160,14 +160,7 @@ public class DankuanController {
...
@@ -160,14 +160,7 @@ public class DankuanController {
orderView
.
setHehuorenId
(
partner
);
orderView
.
setHehuorenId
(
partner
);
orderView
.
setOrderRegion
(
product
.
getProductRegion
());
orderView
.
setOrderRegion
(
product
.
getProductRegion
());
orderView
.
setPayType
(
"1"
);
orderView
.
setPayType
(
"1"
);
// 现金支付
orderView
.
setWebOrderAmount
(
webOrderAmount
);
if
(
"1"
.
equals
(
product
.
getProductIntroductionPic3
())
||
webOrderAmount
.
equals
(
"0"
))
{
orderView
.
setWebOrderAmount
(
"0"
);
orderView
.
setUptranseq
(
"00000"
);
orderView
.
setOrderReqtranSeq
(
"00000"
);
}
else
{
orderView
.
setWebOrderAmount
(
webOrderAmount
);
}
if
(
webOrderAmount
.
equals
(
"0"
))
{
if
(
webOrderAmount
.
equals
(
"0"
))
{
orderView
.
setIPay
(
"0"
);
orderView
.
setIPay
(
"0"
);
...
...
common/src/main/java/com/winsun/outSideSystem/IntelligenceSendOrder.java
View file @
6a894a99
...
@@ -543,8 +543,7 @@ public class IntelligenceSendOrder {
...
@@ -543,8 +543,7 @@ public class IntelligenceSendOrder {
"payType"
,
"4"
);
// 缴费方式,必填(例:payType:1);1:银行划账2:现金支付3:代理商打款4:穗易付5:原套餐缴费方式6:支付宝划扣8:装维上门收取
"payType"
,
"4"
);
// 缴费方式,必填(例:payType:1);1:银行划账2:现金支付3:代理商打款4:穗易付5:原套餐缴费方式6:支付宝划扣8:装维上门收取
}
}
// 0元和现金
if
(
"xjzf"
.
equals
(
orderMap
.
get
(
"customerId"
)))
{
if
(
ORDERAMOUNT
.
equals
(
"0"
))
{
paymentMap
.
put
(
"payType"
,
"2"
);
paymentMap
.
put
(
"payType"
,
"2"
);
}
}
...
...
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