Commit f282a45e by 张明警

添加日志,测试完回滚

parent a60bc75c
...@@ -1934,6 +1934,9 @@ public class OrderServiceImpl implements Orderservice { ...@@ -1934,6 +1934,9 @@ public class OrderServiceImpl implements Orderservice {
log.error("创建支付异常1"); log.error("创建支付异常1");
System.out.println("创建支付异常2"); System.out.println("创建支付异常2");
log.info("创建支付异常3:{}", JSONObject.toJSONString(e)); log.info("创建支付异常3:{}", JSONObject.toJSONString(e));
log.info("创建支付异常8:{}", e);
log.info("创建支付异常9:{}", e.getMessage());
log.info("创建支付异常10:{}", Throwables.getStackTraceAsString(e));
log.info("创建支付异常7:{}", trackingNo); log.info("创建支付异常7:{}", trackingNo);
System.out.println("创建支付异常4:" + JSONObject.toJSONString(e)); System.out.println("创建支付异常4:" + JSONObject.toJSONString(e));
LogUtil.error("getPreOrderPay_error", JSONObject.toJSONString(orderBean), JSONObject.toJSONString(paymentRequest)); LogUtil.error("getPreOrderPay_error", JSONObject.toJSONString(orderBean), JSONObject.toJSONString(paymentRequest));
......
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