Commit 2bba1d44 by NitefullWind

1. 修复

parent 09a5e76b
......@@ -49,7 +49,7 @@ void TaskFinal::packageServerReq()
pay["amount"] = p.toObject()["pay_amount"];
pay["thirdPayTransId"] = p.toObject()["pay_transId"].toString();
pay["code"] = p.toObject()["code"].toString();
pay[PosProps.TransId] = getPosJsonValue(PosProps.TransId);
pay[ServerProps(PosProps.TransId)] = getPosJsonValue(PosProps.TransId);
QString typeModeFlag = p.toObject()["pay_id"].toString();
if(typeModeFlag == "0101") {
//现金支付
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment