try { | try { | ||||
aflPaccountRefundCountService.saveFind(fssPaccountPay); | aflPaccountRefundCountService.saveFind(fssPaccountPay); | ||||
} catch (Exception e) { | } catch (Exception e) { | ||||
log.error("进行统计累加已收款金额失败... payId:{}", request.getPayId()); | |||||
e.printStackTrace(); | |||||
log.error("进行统计累加已收款金额失败... payId:{},{}", request.getPayId(),e.getMessage()); | |||||
} | } | ||||
fssPaccountPay.setStatus(1); | fssPaccountPay.setStatus(1); | ||||
fssPaccountPay.setMsg("请款成功"); | fssPaccountPay.setMsg("请款成功"); |
//进行统计累加已收款金额 | //进行统计累加已收款金额 | ||||
aflPaccountRefundCountService.saveFind(pay); | aflPaccountRefundCountService.saveFind(pay); | ||||
} catch (Exception e) { | } catch (Exception e) { | ||||
e.printStackTrace(); | |||||
log.error("进行统计累加已收款金额失败... payId:{}", pay.getPayId()); | |||||
log.error("进行统计累加已收款金额失败... payId:{},{}", pay.getPayId(),e.getMessage()); | |||||
} | } | ||||
pay.setStatus(1); | pay.setStatus(1); | ||||
pay.setMsg("请款成功"); | pay.setMsg("请款成功"); |