Authored by LUOXC

refactor

@@ -1074,7 +1074,7 @@ public class PaymentServiceImpl implements IPaymentService { @@ -1074,7 +1074,7 @@ public class PaymentServiceImpl implements IPaymentService {
1074 // 加新流水 1074 // 加新流水
1075 addSuccessTradeBills(tradeBills); 1075 addSuccessTradeBills(tradeBills);
1076 } else { 1076 } else {
1077 - throw new ServiceException(500, "退款失败:" + refundBo.getRefundMsg()); 1077 + throw new ServiceException(500, refundBo.getRefundMsg());
1078 } 1078 }
1079 return; 1079 return;
1080 } catch (Exception e) { 1080 } catch (Exception e) {