| | |
| | | package cn.huge.module.kind.dao.mapper; |
| | | |
| | | import cn.huge.module.kind.domain.dto.CauseSelectJSDTO; |
| | | import cn.huge.module.kind.domain.po.SyCause; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | * @Description 此处仅涉及复杂SQL操作,务必不要在此再次写单表的CRUD操作,因为mybatisPlus已经实现。 |
| | | * @company: hugeinfo |
| | | * @author: liyj |
| | | * @time: 2024-08-28 20:06:20 |
| | | * @time: 2024-09-09 14:31:21 |
| | | * @version 1.0.0 |
| | | */ |
| | | @Repository |
| | |
| | | */ |
| | | List<SyCause> pageTerms(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 查询js树形结构 |
| | | * @return |
| | | */ |
| | | List<CauseSelectJSDTO> listSelectJS(); |
| | | |
| | | } |