| | |
| | | Map<String, Object> mapRetDefault = new LinkedHashMap<String, Object>(); |
| | | mapRetDefault.put("usdt", 0.0D); |
| | | mapRetDefault.put("no_zero", new ArrayList<Map<String, Object>>()); |
| | | |
| | | Item item = itemService.cacheBySymbol(symbol1, true); |
| | | Map<String, Object> mapDefault1 = new HashMap<String, Object>(); |
| | | mapDefault1.put("symbol", symbol1); |
| | | mapDefault1.put("full_name", StringUtils.isEmptyString(itemMap.get(symbol1)) ? symbol1.toUpperCase() : itemMap.get(symbol1)); |
| | | mapDefault1.put("full_name", item.getName()); |
| | | mapDefault1.put("volume", 0.0D); |
| | | mapDefault1.put("usdt", 0.0D); |
| | | Map<String, Object> mapDefault2 = new HashMap<String, Object>(); |