| | |
| | | mallMoneyFlowService.addMoneyFlow( |
| | | order.getMemberId(), |
| | | order.getAmount().negate(), |
| | | MoneyFlowTypeEnum.WECHAT_PAY.getValue(), |
| | | ScoreFlowTypeEnum.WECHAT_PAY.getValue(), |
| | | order.getOrderNo(), |
| | | FlowTypeEnum.WECHAT.getValue(), |
| | | "微信支付", |
| | | 2); |
| | | FlowTypeEnum.BALANCE.getValue(), |
| | | StrUtil.format(ScoreFlowTypeEnum.WECHAT_PAY.getDesc(),order.getAmount()), |
| | | 2 |
| | | ); |
| | | // mallMoneyFlowService.addMoneyFlow( |
| | | // order.getMemberId(), |
| | | // order.getAmount().negate(), |
| | | // MoneyFlowTypeEnum.WECHAT_PAY.getValue(), |
| | | // order.getOrderNo(), |
| | | // FlowTypeEnum.WECHAT.getValue(), |
| | | // "微信支付", |
| | | // 2); |
| | | threadResult.success().message("支付成功"); |
| | | } else { |
| | | log.info("订单状态不为待付款,order status=", order.getStatus()); |