| | |
| | | List<FrontPageListQSDTO> pageMyTaskQs(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 全部签收-查询未签收所有Id |
| | | * @param terms 条件 |
| | | * @return List<String> |
| | | */ |
| | | List<SignTaskDTO> listIdByTerms(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 首页-待/已受理条件统计 |
| | | * @param terms 条件 |
| | | * @return long |
| | |
| | | * @param terms 条件 |
| | | * @return List<FrontPageListDTO> |
| | | */ |
| | | List<FrontPageListDTO> pageMyTaskShWSQD(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | List<FrontPageListWSQDDTO> pageMyTaskShWSQD(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 首页-办理中条件统计 |