wang-hao-jie
2022-03-10 ae32c3a7d77e2ed114555623c70e3fbd1d6aba59
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/serviceimpl/IAreaSectionServiceImpl.java
@@ -23,4 +23,9 @@
    @Autowired
    private AreaSectionMapper areaSectionMapper;
    @Override
    public List<AreaSection> getListByParentId(String areaId) {
        return areaSectionMapper.getListByParentId(areaId);
    }
}