| | |
| | | |
| | | @Autowired |
| | | private OrderHomeApplianceService orderHomeApplianceService; |
| | | @Autowired |
| | | private DistribService distribService; |
| | | |
| | | |
| | | |
| | |
| | | traceIds = getTrace(orderInfoReq); |
| | | } |
| | | |
| | | distribService.inviteAddOrderScore(orderInfoReq.getCreateUserId(), orderId); |
| | | } |
| | | } |
| | | } catch (RestException e) { |
| | |
| | | |
| | | //更新账户余额 |
| | | accountService.updateMoneyByUserId(receiver, Convert.toBigDecimal(payMoney.toString())); |
| | | |
| | | distribService.inviteAddOrderScore(createUserId, orderId); |
| | | return Result.success(byUserId.getAccountName()); |
| | | } catch (Exception e) { |
| | | ExceptionUtils.err("支付失败", e); |