| | |
| | | FrontPageCountDTO countTaskList(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 全部查询 |
| | | * */ |
| | | List<FrontPageListAllDTO> pageMyTaskAll(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 全部查询统计 |
| | | * @param terms 条件 |
| | | * @return long |
| | | */ |
| | | long countMyTaskAll(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 首页-待/已分派条件统计 |
| | | * @param terms 条件 |
| | | * @return long |
| | |
| | | |
| | | int deleteCaseTaskByCaseId(@Param("caseId") String caseId,@Param("updateTime") Date updateTime); |
| | | |
| | | |
| | | /** |
| | | * 已办事项-已分派 |
| | | * @param terms 条件 |
| | | * @return long |
| | | */ |
| | | long countYbDispatch(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 已办事项-已分派 |
| | | * @param terms 条件 |
| | | * @return long |
| | | */ |
| | | long countYbAccept(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 已办事项-已分派 |
| | | * @param terms 条件 |
| | | * @return long |
| | | */ |
| | | long countYbClosed(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 已办事项-已审核数量 |
| | | * @param terms 条件 |
| | | * @return long |
| | | */ |
| | | long countYbAudit(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 已办事项-督办数量 |
| | | * @param terms 条件 |
| | | * @return long |
| | | */ |
| | | long countYbSupervise(@Param("terms") Map<String, Object> terms); |
| | | |
| | | } |