wang-hao-jie
2021-12-27 76e9e8e05cbe7dafeba51a235386f20ebf986e25
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);
    }
}