自动化立体仓库 - WMS系统
#
Junjie
2025-08-16 528df0077f514bf0b0926e113630a570b9046eb2
src/main/java/com/zy/system/service/impl/ConfigServiceImpl.java
@@ -12,6 +12,10 @@
    @Override
    public Config selectConfigByCode(String code){
        return this.baseMapper.selectConfigByCode(code);
    };
    }
    @Override
    public boolean updateValue(String code, String value) {
        return this.baseMapper.updateValue(code, value) > 0;
    }
}