Merge branch 'dev' of yunhao.wang/i3plus-core into dev

yun-zuoyi
汪云昊 5 years ago committed by nancy.li
commit bb7fa4dd83

@ -234,7 +234,7 @@ public class SystemInitService implements ISystemInitService {
for (SysLocaleResource res : resListPage.getObjectList()) {
resKey = CommonConstWords.REDIS_PREFIX_CACHE_LANGUAGE + ":" + res.getSoftType() + ":" + res.getResourceKey();
resMap = langSoftMap.computeIfAbsent(resKey, k -> new HashMap<>());
resMap.put(res.getResourceKey(), res.getResourceValue());
resMap.put(res.getLanguageCode(), res.getResourceValue());
}
LOGGER.info("【加载资源】数据分类中 {} / {} ", pager.getEndRow(), pager.getTotalRows());

Loading…
Cancel
Save