Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FMDbMonitor_linux
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
guanghui.cui
FMDbMonitor_linux
Commits
e0d8d887
Commit
e0d8d887
authored
Oct 30, 2017
by
guanghui.cui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改订单已存在返回值
parent
676a9683
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/PayProcess.cpp
+2
-2
No files found.
src/PayProcess.cpp
View file @
e0d8d887
...
@@ -312,7 +312,7 @@ void *FunTakeaway(void* lpParamter)
...
@@ -312,7 +312,7 @@ void *FunTakeaway(void* lpParamter)
msg
=
""
;
msg
=
""
;
}
}
else
if
(
nErrCode
==
EC_EXIST_ORDER
){
else
if
(
nErrCode
==
EC_EXIST_ORDER
){
statusCode
=
10
0
;
statusCode
=
10
2
;
msg
=
"order exist"
;
msg
=
"order exist"
;
}
}
else
else
...
@@ -332,7 +332,7 @@ void *FunTakeaway(void* lpParamter)
...
@@ -332,7 +332,7 @@ void *FunTakeaway(void* lpParamter)
}
}
else
if
(
nErrCode
==
EC_NOTEXIST_ORDER
){
else
if
(
nErrCode
==
EC_NOTEXIST_ORDER
){
LOG
(
INFO
)
<<
"退单:该订单不存在或者已退单"
;
LOG
(
INFO
)
<<
"退单:该订单不存在或者已退单"
;
statusCode
=
10
0
;
statusCode
=
10
3
;
msg
=
"refund order:this order not exist or has been refunded"
;
msg
=
"refund order:this order not exist or has been refunded"
;
}
}
else
else
...
...
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