|
|
@@ -195,7 +195,7 @@ public class IpTokenInterfaceServiceImpl implements IpTokenInterfaceService {
|
|
|
|
|
|
@Override
|
|
|
public AggregateQueryDTO queryConfigByInterfaceCodeAndAccountNo(Long accountId, Long interfaceId) {
|
|
|
- String key = "queryConfigByInterfaceCodeAndAccountNo";
|
|
|
+ String key = "queryConfigByInterfaceCodeAndAccountNo:" + accountId + ":" + interfaceId;
|
|
|
AggregateQueryDTO aggregateQueryDTO = QUERY_CACHE.getIfPresent(key);
|
|
|
if(aggregateQueryDTO != null){
|
|
|
return aggregateQueryDTO;
|