YYC
2023-10-08 697ee4ce9d8f49f3597b26b679a9e14f09d64952
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<>();
@@ -330,6 +331,7 @@
            param.setCompanyId(store.getCompanyId());
            param.setDepotId(store.getDepotId());
            param.setWeight(store.getStorageReal());
            param.setDepotStatus(store.getDepotStatus());
            commonMapper.updateDepotStorage(param);
        }