forked from gzzfw/backEnd/gz-dyh

xusd
2024-09-21 278d046e8060a37439ee9f442503eaeb0e8a379e
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/CaseTaskMapper.java
@@ -137,18 +137,18 @@
    List<FrontPageListDTO> pageMyTaskShWSQD(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms);
    /**
     * 首页-待审核条件统计
     * 首页-办理中条件统计
     * @param terms 条件
     * @return long
     */
    long countMyTaskProcessing(@Param("terms") Map<String, Object> terms);
    long countMyTaskBlz(@Param("terms") Map<String, Object> terms);
    /**
     * 首页-待审核分页查询
     * 首页-办理中分页查询
     * @param page 分页对象
     * @param terms 条件
     * @return List<FrontPageListDTO>
     */
    List<FrontPageListDTO> pageMyTaskProcessing(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms);
    List<FrontPageListBLZDTO> pageMyTaskBlz(@Param("page") PageRequest page, @Param("terms") Map<String, Object> terms);
}