cloudroam
2024-12-09 fad73d860dce9ea18a4a6d45d9bf35d6b066a008
src/main/java/com/mzl/flower/service/flower/FlowerParamService.java
@@ -264,4 +264,12 @@
        FlowerCategory c = categoryMapper.selectById(categoryId);
        return c.getParamId();
    }
    public FlowerParamItem selectFlowerParamItemById(Long id) {
        return paramItemMapper.selectFlowerParamItemById(id);
    }
    public FlowerParam selectFlowerParamById(Long id) {
        return paramMapper.selectFlowerParamById(id);
    }
}