| | |
| | | payStudent.setGovPayStatus(2); |
| | | payStudent.setPayCode(resultVo.getRespdata().getBillNo()); |
| | | coalPayStudentService.updateByCoalPayIdAndStatus(payStudent); |
| | | CoalPay coalPay1 = new CoalPay(); |
| | | coalPay1.setPayCompanyCard(coalTeamPayReq.getPayCompanyCard()); |
| | | coalPay1.setPayCompanyName(coalTeamPayReq.getPayCompanyName()); |
| | | coalPay1.setId(coalTeamPayReq.getCoalPayId()); |
| | | coalPay1.setPayPersonType(2); |
| | | coalPayMapper.updateCoalPayById(coalPay1); |
| | | return resultVo.getRespdata().getOrderId(); |
| | | } else { |
| | | throw new BusinessException(this.getClass(), ResultConstants.BUSINESS_ERROR, "发起支付失败,请稍后重试"); |