打印日志

pull/1/head
zccbbg 2 years ago
parent 8485c42727
commit b03593d6fa

@ -569,7 +569,7 @@ public class H5OrderService {
.set("payment_status", Constants.PaymentStatus.COMPLETE).set("update_time", optDate); .set("payment_status", Constants.PaymentStatus.COMPLETE).set("update_time", optDate);
wechatPaymentHistoryMapper.update(null, paymentHistoryUpdateWrapper); wechatPaymentHistoryMapper.update(null, paymentHistoryUpdateWrapper);
}catch (Exception e){ }catch (Exception e){
log.error("订单支付回调异常"); log.error("订单支付回调异常",e);
throw new RuntimeException("订单支付回调异常"); throw new RuntimeException("订单支付回调异常");
}finally { }finally {
try{ try{

Loading…
Cancel
Save