Commit 86bd4277 by dingkai

删除日志

parent 35730e2e
......@@ -1901,7 +1901,6 @@ public class OrderServiceImpl implements Orderservice {
return orderPayResponse;
} catch (Exception e) {
LogUtil.error("getPreOrderPay_error", JSONObject.toJSONString(orderBean), JSONObject.toJSONString(paymentRequest));
log.error("创建支付异常,trackingNo:{},e:{}", trackingNo, JSONObject.toJSONString(Throwables.getStackTraceAsString(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