| | |
| | | */ |
| | | List<CaseInfo> pageTerms(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | List<CaseRegisterDTO> pageTermsCaseRegister(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | long countTermsCaseRegister(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 按条件查询实体总数 |
| | | * @param terms 查询条件集合 |
| | |
| | | |
| | | CaseStatisticsBaseDTO statisticsBase(@Param("terms") Map<String, Object> terms); |
| | | |
| | | List<CaseStatisticsTypeDTO> statisticsTypeFirst(@Param("terms") Map<String, Object> terms); |
| | | |
| | | List<CaseStatisticsTypeDTO> statisticsType(@Param("terms") Map<String, Object> terms); |
| | | |
| | | CaseStatisticsSourceDTO statisticsSource(@Param("terms") Map<String, Object> terms); |