|
@@ -273,7 +273,7 @@ public class GptRechargeServiceImpl implements GptRechargeService {
|
|
|
if (groupsTrips.getAccountId() == null) {
|
|
if (groupsTrips.getAccountId() == null) {
|
|
|
throw BusinessRuntimeException.getInstance("该订单车队未配置账号");
|
|
throw BusinessRuntimeException.getInstance("该订单车队未配置账号");
|
|
|
}
|
|
}
|
|
|
- Account account = accountMapper.selectById(groupsTrips.getGoodsId());
|
|
|
|
|
|
|
+ Account account = accountMapper.selectById(groupsTrips.getAccountId());
|
|
|
//代充账号设置
|
|
//代充账号设置
|
|
|
relation.setAccount(account.getAccount());
|
|
relation.setAccount(account.getAccount());
|
|
|
relationMapper.updateById(relation);
|
|
relationMapper.updateById(relation);
|