Commit 8724c327 by 张明警

Revert "添加日志,测试完回滚"

This reverts commit a60bc75c
parent a935c323
......@@ -1931,13 +1931,8 @@ public class OrderServiceImpl implements Orderservice {
orderPayResponse.setOrderId(orderBean.getOid());
return orderPayResponse;
} catch (Exception e) {
log.error("创建支付异常1");
System.out.println("创建支付异常2");
log.info("创建支付异常3:{}", JSONObject.toJSONString(e));
log.info("创建支付异常7:{}", trackingNo);
System.out.println("创建支付异常4:" + JSONObject.toJSONString(e));
LogUtil.error("getPreOrderPay_error", JSONObject.toJSONString(orderBean), JSONObject.toJSONString(paymentRequest));
log.error("创建支付异常5 trackingNo:{} ex:{}", trackingNo, JSONObject.toJSONString(e));
log.error("创建支付异常 trackingNo:{} ex:{}", trackingNo, JSONObject.toJSONString(e));
//TODO 邮件告警
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