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

Commit 298afc3b authored by 姜秀龙's avatar 姜秀龙

离线支付-迈之 log

parent b23f4c47
...@@ -116,6 +116,8 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar ...@@ -116,6 +116,8 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar
orderInfoParam.setOrderList(orderList); orderInfoParam.setOrderList(orderList);
OrderInfoResponse order = this.getOrder(orderInfoParam, orderId); OrderInfoResponse order = this.getOrder(orderInfoParam, orderId);
return addOrder; return addOrder;
} else {
log.info("createOrder 迈之结果400 msg:{}", addOrder.getMsg());
} }
} }
return null; return null;
...@@ -151,6 +153,8 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar ...@@ -151,6 +153,8 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar
SqlMapping.gets(sqls, sqlDataOrder) SqlMapping.gets(sqls, sqlDataOrder)
); );
} else {
log.info("getOrder 结果400 msg:{}", order);
} }
} }
return null; return null;
......
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