| | |
| | | void updateCaseTask(@Param("entity") CaseTask entity); |
| | | |
| | | /** |
| | | * 批量更新对象 |
| | | * @param entity 对象 |
| | | * @param taskIdList |
| | | */ |
| | | void updateCaseTaskList(@Param("entity") CaseTask entity, @Param("taskIdList") List<String> taskIdList); |
| | | |
| | | /** |
| | | * 条件更新对象 |
| | | * @param entity 对象 |
| | | * @param terms 条件 |
| | |
| | | List<FrontPageListDTO> pageMyTaskSl(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 首页-待审核-我申请的条件统计 |
| | | * @param terms 条件 |
| | | * @return long |
| | | */ |
| | | long countMyTaskShWSQD(@Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 首页-待审核-我申请的分页查询 |
| | | * @param page 分页对象 |
| | | * @param terms 条件 |
| | | * @return List<FrontPageListDTO> |
| | | */ |
| | | List<FrontPageListDTO> pageMyTaskShWSQD(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms); |
| | | |
| | | /** |
| | | * 首页-待审核条件统计 |
| | | * @param terms 条件 |
| | | * @return long |