广州市综治平台后端
zhouxiantao
9 days ago 93430938a25ab3d4e218a2198ae1b24a516f6382
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/CaseInfoMapper.java
@@ -235,4 +235,12 @@
     */
    List<CaseStatisticsTypeDTO> countByCanalSecond(@Param("terms") Map<String, Object> terms);
    /**
     * 工作统计按时间分组
     *
     * @param terms 包含统计条件的键值对,如时间范围
     * @return 返回一个对象,包含基础的案例统计数据
     */
    List<CaseWorkStatisticsTimeDTO> workStatisticsTime(@Param("terms") Map<String, Object> terms);
}