|
@@ -97,7 +97,7 @@ public class IpOrderServiceImpl implements IpOrderService {
|
|
|
IpAccountPO accountPO = ipAccountRepository.findByAccNo(ipOrderPO.getAccNo());
|
|
IpAccountPO accountPO = ipAccountRepository.findByAccNo(ipOrderPO.getAccNo());
|
|
|
IpLogPO ipLog = ipLogRepository.findByOid(ipOrderPO.getId());
|
|
IpLogPO ipLog = ipLogRepository.findByOid(ipOrderPO.getId());
|
|
|
IpInterfacePO ipInterfacePO = ipInterfaceRepository.findById(ipOrderPO.getIid()).get();
|
|
IpInterfacePO ipInterfacePO = ipInterfaceRepository.findById(ipOrderPO.getIid()).get();
|
|
|
- IpTokenInterfacePO ipTokenInterfacePO = ipTokenInterfaceRepository.findByAidAndIid(accountPO.getId(), ipInterfacePO.getId());
|
|
|
|
|
|
|
+ IpTokenInterfacePO ipTokenInterfacePO = ipTokenInterfaceRepository.getByAidAndIid(accountPO.getId(), ipInterfacePO.getId());
|
|
|
Long tid = ipTokenInterfacePO.getTid();
|
|
Long tid = ipTokenInterfacePO.getTid();
|
|
|
IpTokenPO ipTokenPO = ipTokenRepository.findById(tid).get();
|
|
IpTokenPO ipTokenPO = ipTokenRepository.findById(tid).get();
|
|
|
InterfaceCalledDetail vo = new InterfaceCalledDetail();
|
|
InterfaceCalledDetail vo = new InterfaceCalledDetail();
|