xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/mapper/AreaSectionMapper.java
@@ -2,6 +2,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import cn.exrick.xboot.your.entity.AreaSection; import org.apache.ibatis.annotations.Select; import java.util.List; @@ -11,4 +12,6 @@ */ public interface AreaSectionMapper extends BaseMapper<AreaSection> { @Select("select * from t_area_ection where area_id=#{id}") List<AreaSection> getListByParentId(String id); }