jiazx0107@163.com
2023-09-18 4dc585d5bf2fd0a01602aba0d9fa25adbaf4a7fb
igds-core/src/main/java/com/ld/igds/common/impl/CommonDataServiceImpl.java
@@ -195,6 +195,7 @@
        List<DepotSerData> listAll = (List<DepotSerData>) redisUtil.get(key);
        if (null == listAll || listAll.isEmpty()) {
            log.error("没有获取到仓库与分机的关系数据,请联系管理员!");
            return null;
        }
        Map<String, DepotSerData> tempMap = new HashMap<>();