zoujiajian hai 1 ano
pai
achega
311d9a61a3

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/mange/gpt/impl/GptRechargeServiceImpl.java

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