| | |
| | | * @Description 此处仅涉及复杂SQL操作,务必不要在此再次写单表的CRUD操作,因为mybatisPlus已经实现。 |
| | | * @company: hugeinfo |
| | | * @author: liyj |
| | | * @time: 2024-08-17 15:30:57 |
| | | * @time: 2024-08-19 20:04:19 |
| | | * @version 1.0.0 |
| | | */ |
| | | @Repository |
| | |
| | | */ |
| | | List<CtUnit> pageTerms(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 更新对象 |
| | | * @param entity 对象 |
| | | */ |
| | | void updateTerms(@Param("entity") CtUnit entity); |
| | | |
| | | /** |
| | | * 更新调度规则指标目标组织名称 |
| | | * @param unitName |
| | | * @param unitId |
| | | */ |
| | | void updateDispNormCauseTargetUnitName(@Param("unitName") String unitName, @Param("unitName") String unitId); |
| | | |
| | | /** |
| | | * 查询某一单位下所有管辖单位 |
| | | * @param unitId 单位编号 |
| | | * @return String |
| | | */ |
| | | List<CtUnit> listAllChild(@Param("unitId") String unitId); |
| | | |
| | | CtUnit selectUnitByGridId(@Param("gridUnitId") String gridUnitId); |
| | | } |