wang-hao-jie
2022-03-17 6dfd2599d2e52507e018fd4c6b35d38873e48cfb
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);
    }
}