北财风控对接-字典缓存日志打印删除

This commit is contained in:
zhanglei 2023-09-26 20:55:38 +08:00
parent 4ec51c9a4d
commit 6bad9c7329

View File

@ -60,11 +60,11 @@ public class EsbParamCache extends AbstractCache {
String apLibraryCode = address.getAttribute("ap_library_code") == null ? "" : address.getAttribute("ap_library_code").toString();
if("AreaCode".equals(apLibraryCode)){//懈蛂華硊
Map<String, String> liveMap = initMapLibrary(address);
ARE.getLog().info("[CACHE] EsbParamCache20230823 bulid info .......懈蛂華硊..........liveMap.ap_address_value=" + liveMap.get("ap_address_value"));
// ARE.getLog().info("[CACHE] EsbParamCache20230823 bulid info .......懈蛂華硊..........liveMap.ap_address_value=" + liveMap.get("ap_address_value"));
liveAddressMap.put(liveMap.get("ap_address_code"), liveMap);
}else if("ZXAreaCode".equals(apLibraryCode)){//誧戮華硊
Map<String, String> idMap = initMapLibrary(address);
ARE.getLog().info("[CACHE] EsbParamCache20230823 bulid info .......誧戮華硊..........idMap.ap_address_value=" + idMap.get("ap_address_value"));
// ARE.getLog().info("[CACHE] EsbParamCache20230823 bulid info .......誧戮華硊..........idMap.ap_address_value=" + idMap.get("ap_address_value"));
idAddressMap.put(idMap.get("ap_address_code"), idMap);
}else {
ARE.getLog().info("[CACHE] EsbParamCache20230823 error ap_library_code祑都 ...................id=" + address.getAttribute("id").toString());
@ -78,7 +78,7 @@ public class EsbParamCache extends AbstractCache {
List<BizObject> rcLibraryList= rcLibrary.createQuery("1=1 ").getResultList(false);
for (BizObject library : rcLibraryList) {
Map<String, String> libraryItemMap = initRcLibrary(library);
ARE.getLog().info("[CACHE] EsbParamCache20230823 bulid info .......[坻趼萎..........libraryItemMap.ap_address_value=" + libraryItemMap.get("ap_item_value"));
// ARE.getLog().info("[CACHE] EsbParamCache20230823 bulid info .......[坻趼萎..........libraryItemMap.ap_address_value=" + libraryItemMap.get("ap_item_value"));
Map<String, Object> othersMap = (Map<String, Object>) esbParamCachePool.get(libraryItemMap.get("library_no"));//坻趼萎
if(null == othersMap){
othersMap = new HashMap<String, Object>();//坻趼萎