记得上下班打卡 | git大法好,push需谨慎

Commit 9419abbb authored by 姜秀龙's avatar 姜秀龙

离线支付-迈之 orderList

parent 9cd84ed4
...@@ -112,7 +112,7 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar ...@@ -112,7 +112,7 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar
if (addOrder != null && addOrder.getErrcode() == 200) { if (addOrder != null && addOrder.getErrcode() == 200) {
OrderInfoParam orderInfoParam = OrderInfoParam.getNew(); OrderInfoParam orderInfoParam = OrderInfoParam.getNew();
List<String> orderList = new ArrayList<>(); List<String> orderList = new ArrayList<>();
orderList.add(param.getDgoid()); orderList.add(param.getOut_trade_no());
orderInfoParam.setOrderList(orderList); orderInfoParam.setOrderList(orderList);
OrderInfoResponse order = this.getOrder(orderInfoParam, orderId); OrderInfoResponse order = this.getOrder(orderInfoParam, orderId);
return addOrder; return addOrder;
......
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