Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FMVip_LXJ
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
zhenfei.zhang
FMVip_LXJ
Commits
f078b9c0
Commit
f078b9c0
authored
Jan 11, 2017
by
NitefullWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复订单冲正。
parent
53e90ed7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
FMVip_LXJ/global.h
+1
-1
FMVip_LXJ/task/taskothers.cpp
+1
-3
No files found.
FMVip_LXJ/global.h
View file @
f078b9c0
...
@@ -25,7 +25,7 @@ const static QStringList FM_Server_Type = QString(
...
@@ -25,7 +25,7 @@ const static QStringList FM_Server_Type = QString(
"member_check_request,"
"member_check_request,"
"order_request,"
"order_request,"
"integral_request,"
"integral_request,"
"order_
refund_request,"
"order_
correct_request,"
// 冲正
"order_recharge_request,"
"order_recharge_request,"
"order_cardlock_request,"
"order_cardlock_request,"
"order_cardactive_request"
).
split
(
","
);
"order_cardactive_request"
).
split
(
","
);
...
...
FMVip_LXJ/task/taskothers.cpp
View file @
f078b9c0
...
@@ -52,9 +52,7 @@ TaskRefundOrder::TaskRefundOrder(QJsonObject &jsonObj, QObject *parent)
...
@@ -52,9 +52,7 @@ TaskRefundOrder::TaskRefundOrder(QJsonObject &jsonObj, QObject *parent)
void
TaskRefundOrder
::
packageServerReq
()
void
TaskRefundOrder
::
packageServerReq
()
{
{
QJsonObject
trans
;
serverReqJsonObj
[
ServerProps
(
PosProps
.
Fm_id
)]
=
getPosJsonValue
(
PosProps
.
Fm_id
);
trans
[
ServerProps
(
PosProps
.
Fm_id
)]
=
getPosJsonValue
(
PosProps
.
Fm_id
);
serverReqJsonObj
[
ServerProps
(
PosProps
.
Transaction
)]
=
trans
;
}
}
void
TaskRefundOrder
::
packagePOSRsp
()
void
TaskRefundOrder
::
packagePOSRsp
()
...
...
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