|
@@ -384,7 +384,7 @@ public class WxPayServiceImpl implements WxPayService {
|
|
|
stationAccountRecordService.save(stationAccountRecord);
|
|
stationAccountRecordService.save(stationAccountRecord);
|
|
|
|
|
|
|
|
// 发送公众号消息
|
|
// 发送公众号消息
|
|
|
- mpMsgTemplateService.sendPaymentSuccessMsg(payLog, account.getBalance());
|
|
|
|
|
|
|
+ mpMsgTemplateService.sendPaymentSuccessMsg(payLog, walletDetail.getAfterBalance());
|
|
|
|
|
|
|
|
LOGGER.info("微信支付回调{}:业务处理结束", notifyRes[2]);
|
|
LOGGER.info("微信支付回调{}:业务处理结束", notifyRes[2]);
|
|
|
return ResponseEntity.status(HttpStatus.OK).build();
|
|
return ResponseEntity.status(HttpStatus.OK).build();
|