sgj
2025-12-04 91a8e4a9bc039f0e32c389e4f0880820c7a2e1eb
fzzy-igdss-core/src/main/java/com/fzzy/igds/service/QuantityService.java
@@ -93,7 +93,7 @@
        }else {
            conf.setUpdateBy(ContextUtil.getLoginUserName());
            conf.setUpdateTime(new Date());
            quantityConfMapper.updateById(conf);
            quantityConfMapper.update(conf, new UpdateWrapper<QuantityConf>().eq("depot_id", conf.getDepotId()));
        }
        //刷新缓存