|
@ -36,20 +36,21 @@ import java.util.List; |
|
|
public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectLogDailyEntity> { |
|
|
public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectLogDailyEntity> { |
|
|
/** |
|
|
/** |
|
|
* 机关被吹哨次数 |
|
|
* 机关被吹哨次数 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/18 14:46 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @param level |
|
|
* @param level |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/18 14:46 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectAgencyTransferCount(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
List<OrgStatisticsResultDTO> selectAgencyTransferCount(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
@Param("level") String level); |
|
|
@Param("level") String level); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 查询未被退回的项目数 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
|
|
|
* @Description 查询未被退回的项目数 |
|
|
* @author zxc |
|
|
* @author zxc |
|
|
* @date 2020/9/18 2:50 下午 |
|
|
* @date 2020/9/18 2:50 下午 |
|
|
*/ |
|
|
*/ |
|
@ -58,22 +59,23 @@ public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectL |
|
|
List<TransferRightRatioResultDTO> selectNotReturn(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<TransferRightRatioResultDTO> selectNotReturn(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 查询项目评价信息 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
|
|
|
* @Description 查询项目评价信息 |
|
|
* @author zxc |
|
|
* @author zxc |
|
|
* @date 2020/9/18 3:28 下午 |
|
|
* @date 2020/9/18 3:28 下午 |
|
|
*/ |
|
|
*/ |
|
|
List<ProjectEvaluateResultDTO> selectProjectEvaluate(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<ProjectEvaluateResultDTO> selectProjectEvaluate(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 网格项目自治率查询 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
|
|
|
* @Description 网格项目自治率查询 |
|
|
* @author zxc |
|
|
* @author zxc |
|
|
* @date 2020/9/18 5:25 下午 |
|
|
* @date 2020/9/18 5:25 下午 |
|
|
*/ |
|
|
*/ |
|
|
List<AutoNoMyResultDTO> selectProjectAutoNoMy(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<AutoNoMyResultDTO> selectProjectAutoNoMy(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 网格项目自治率查询 最新版 |
|
|
* @Description 网格项目自治率查询 最新版 |
|
|
* @Param customerId |
|
|
* @Param customerId |
|
@ -85,43 +87,46 @@ public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectL |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 根据日期删除数据 |
|
|
* 根据日期删除数据 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/18 17:32 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param date |
|
|
* @param date |
|
|
* @param projectId |
|
|
* @param projectId |
|
|
* @return void |
|
|
* @return void |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/18 17:32 |
|
|
*/ |
|
|
*/ |
|
|
void deleteByDate(@Param("customerId") String customerId, @Param("date") String date, String projectId); |
|
|
void deleteByDate(@Param("customerId") String customerId, @Param("date") String date, @Param("projectId") String projectId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 办结项目满意度 |
|
|
* 办结项目满意度 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/20 16:44 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @param level |
|
|
* @param level |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/20 16:44 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectSatisfaction(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
List<OrgStatisticsResultDTO> selectSatisfaction(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
@Param("level") String level); |
|
|
@Param("level") String level); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 区直部门被吹哨次数 |
|
|
* 区直部门被吹哨次数 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/18 14:46 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @param level |
|
|
* @param level |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/18 14:46 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectDepTransferCount(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
List<OrgStatisticsResultDTO> selectDepTransferCount(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
@Param("level") String level); |
|
|
@Param("level") String level); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 查询各项目处理了多少机关 |
|
|
|
|
|
* @param agencies |
|
|
* @param agencies |
|
|
* @return |
|
|
* @return |
|
|
|
|
|
* @Description 查询各项目处理了多少机关 |
|
|
* @author wangc |
|
|
* @author wangc |
|
|
* @date 2020.09.20 23:46 |
|
|
* @date 2020.09.20 23:46 |
|
|
**/ |
|
|
**/ |
|
@ -137,6 +142,7 @@ public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectL |
|
|
* @date 2020.10.15 11:20 |
|
|
* @date 2020.10.15 11:20 |
|
|
*/ |
|
|
*/ |
|
|
List<ProjectParticipatedAgencyResultDTO> selectAgencyWhistledCount(@Param("agencies") List<String> agencies, @Param("customerId") String customerId, @Param("dimId") String dimId); |
|
|
List<ProjectParticipatedAgencyResultDTO> selectAgencyWhistledCount(@Param("agencies") List<String> agencies, @Param("customerId") String customerId, @Param("dimId") String dimId); |
|
|
|
|
|
|
|
|
/*** |
|
|
/*** |
|
|
* @Description 评价周期内被吹哨且被办结(无论是哪一级办结)的项目数 |
|
|
* @Description 评价周期内被吹哨且被办结(无论是哪一级办结)的项目数 |
|
|
* @param agencies |
|
|
* @param agencies |
|
@ -147,6 +153,7 @@ public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectL |
|
|
* @date 2020.10.16 10:43 |
|
|
* @date 2020.10.16 10:43 |
|
|
*/ |
|
|
*/ |
|
|
List<ProjectParticipatedAgencyResultDTO> selectWhistledAgencyClosedProjectCount(@Param("agencies") List<String> agencies, @Param("customerId") String customerId, @Param("dimId") String dimId); |
|
|
List<ProjectParticipatedAgencyResultDTO> selectWhistledAgencyClosedProjectCount(@Param("agencies") List<String> agencies, @Param("customerId") String customerId, @Param("dimId") String dimId); |
|
|
|
|
|
|
|
|
/*** |
|
|
/*** |
|
|
* @Description 查询机关办结次数 |
|
|
* @Description 查询机关办结次数 |
|
|
* @param agencies |
|
|
* @param agencies |
|
@ -155,165 +162,181 @@ public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectL |
|
|
* @date 2020.10.14 10:27 |
|
|
* @date 2020.10.14 10:27 |
|
|
*/ |
|
|
*/ |
|
|
List<ProjectParticipatedAgencyResultDTO> selectAgencyHandledProjectCount(@Param("agencies") List<String> agencies, @Param("customerId") String customerId, @Param("dimId") String dimId); |
|
|
List<ProjectParticipatedAgencyResultDTO> selectAgencyHandledProjectCount(@Param("agencies") List<String> agencies, @Param("customerId") String customerId, @Param("dimId") String dimId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 查询评价周期内各级别机关办结的项目Id |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dimId |
|
|
* @param dimId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.ProjectParticipatedAgencyResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.ProjectParticipatedAgencyResultDTO> |
|
|
|
|
|
* @Description 查询评价周期内各级别机关办结的项目Id |
|
|
* @author wangc |
|
|
* @author wangc |
|
|
* @date 2020.10.15 17:29 |
|
|
* @date 2020.10.15 17:29 |
|
|
*/ |
|
|
*/ |
|
|
List<ProjectParticipatedAgencyResultDTO> selectProjectIdHandledByAgency(@Param("customerId") String customerId, @Param("dimId") String dimId); |
|
|
List<ProjectParticipatedAgencyResultDTO> selectProjectIdHandledByAgency(@Param("customerId") String customerId, @Param("dimId") String dimId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 计算每个办结项目的总耗时 |
|
|
|
|
|
* @param projectIds |
|
|
* @param projectIds |
|
|
* @return java.util.List<com.epmet.dto.extract.result.ProjectParticipatedAgencyResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.ProjectParticipatedAgencyResultDTO> |
|
|
|
|
|
* @Description 计算每个办结项目的总耗时 |
|
|
* @author wangc |
|
|
* @author wangc |
|
|
* @date 2020.10.15 17:32 |
|
|
* @date 2020.10.15 17:32 |
|
|
*/ |
|
|
*/ |
|
|
List<ProjectParticipatedAgencyResultDTO> selectProjectCostTime(@Param("projectIds") List<String> projectIds); |
|
|
List<ProjectParticipatedAgencyResultDTO> selectProjectCostTime(@Param("projectIds") List<String> projectIds); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 网格项目响应度 |
|
|
* 网格项目响应度 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/25 10:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/25 10:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectGridResponse(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<OrgStatisticsResultDTO> selectGridResponse(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 组织项目响应度 |
|
|
* 组织项目响应度 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/25 10:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @param level |
|
|
* @param level |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/25 10:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectOrgResponseDaily(@Param("customerId") String customerId, @Param("dateId") String dateId, |
|
|
List<OrgStatisticsResultDTO> selectOrgResponseDaily(@Param("customerId") String customerId, @Param("dateId") String dateId, |
|
|
@Param("level") String level); |
|
|
@Param("level") String level); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 网格项目响应度 |
|
|
* 网格项目响应度 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/25 10:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/25 10:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectGridResponseDaily(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> selectGridResponseDaily(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 组织项目响应度 |
|
|
* 组织项目响应度 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/25 10:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @param level |
|
|
* @param level |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/25 10:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectOrgResponse(@Param("customerId") String customerId, @Param("monthId") String monthId, @Param("level") String level); |
|
|
List<OrgStatisticsResultDTO> selectOrgResponse(@Param("customerId") String customerId, @Param("monthId") String monthId, @Param("level") String level); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 网格满意率 |
|
|
* 网格满意率 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/27 15:52 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/27 15:52 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectGridSatisfaction(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<OrgStatisticsResultDTO> selectGridSatisfaction(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 组织满意率 |
|
|
* 组织满意率 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/27 15:52 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @param level |
|
|
* @param level |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/27 15:52 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectOrgSatisfaction(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
List<OrgStatisticsResultDTO> selectOrgSatisfaction(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
@Param("level") String level); |
|
|
@Param("level") String level); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 网格满意率 |
|
|
* 网格满意率 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/27 15:52 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/27 15:52 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectGridSatisfactionDaily(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> selectGridSatisfactionDaily(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 组织满意率 |
|
|
* 组织满意率 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/27 15:52 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param level |
|
|
* @param level |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/27 15:52 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectOrgSatisfactionDaily(@Param("customerId") String customerId, @Param("level") String level, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> selectOrgSatisfactionDaily(@Param("customerId") String customerId, @Param("level") String level, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 获取部门办结项目数 |
|
|
* 获取部门办结项目数 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/10/16 17:09 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/10/16 17:09 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectDeptClosedProject(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<OrgStatisticsResultDTO> selectDeptClosedProject(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 部门办结项目满意度 |
|
|
* 部门办结项目满意度 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/20 16:44 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/20 16:44 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectDeptSatisfaction(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<OrgStatisticsResultDTO> selectDeptSatisfaction(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 网格结案率统计 |
|
|
* 网格结案率统计 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2020/9/20 16:44 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param monthId |
|
|
* @param monthId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2020/9/20 16:44 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectGridClosed(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<OrgStatisticsResultDTO> selectGridClosed(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
List<OrgStatisticsResultDTO> selectAgencyClosed(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
List<OrgStatisticsResultDTO> selectAgencyClosed(@Param("customerId") String customerId, @Param("monthId") String monthId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 网格自治率统计--按天 |
|
|
* 网格自治率统计--按天 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2021/5/24 17:53 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2021/5/24 17:53 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectGridSelfDaily(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> selectGridSelfDaily(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 组织网格自治率统计--按天 |
|
|
* 组织网格自治率统计--按天 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2021/5/24 17:53 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2021/5/24 17:53 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> selectAgencyGridSelfDaily(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> selectAgencyGridSelfDaily(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @return java.util.List<com.epmet.dto.extract.FactOriginProjectLogDailyDTO> |
|
|
|
|
|
* @param projectId |
|
|
* @param projectId |
|
|
|
|
|
* @return java.util.List<com.epmet.dto.extract.FactOriginProjectLogDailyDTO> |
|
|
* @author yinzuomei |
|
|
* @author yinzuomei |
|
|
* @description 根据项目id, 查询处理明细 |
|
|
* @description 根据项目id, 查询处理明细 |
|
|
* @Date 2021/5/27 12:58 |
|
|
* @Date 2021/5/27 12:58 |
|
@ -321,8 +344,8 @@ public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectL |
|
|
List<FactOriginProjectLogDailyDTO> selectListByProjectId(String projectId); |
|
|
List<FactOriginProjectLogDailyDTO> selectListByProjectId(String projectId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @return com.epmet.dto.extract.FactOriginProjectLogDailyDTO |
|
|
|
|
|
* @param projectId |
|
|
* @param projectId |
|
|
|
|
|
* @return com.epmet.dto.extract.FactOriginProjectLogDailyDTO |
|
|
* @author yinzuomei |
|
|
* @author yinzuomei |
|
|
* @description 查询某一个项目的结案操作明细 |
|
|
* @description 查询某一个项目的结案操作明细 |
|
|
* @Date 2021/5/27 12:58 |
|
|
* @Date 2021/5/27 12:58 |
|
@ -331,56 +354,67 @@ public interface FactOriginProjectLogDailyDao extends BaseDao<FactOriginProjectL |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 项目响应数 |
|
|
* 项目响应数 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2021/7/5 17:00 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2021/7/5 17:00 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> getProjectResponseCount(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> getProjectResponseCount(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 项目响应增量 |
|
|
* 项目响应增量 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2021/7/5 17:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2021/7/5 17:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> getProjectResponseIncr(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> getProjectResponseIncr(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 项目吹哨数 |
|
|
* 项目吹哨数 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2021/7/5 17:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2021/7/5 17:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> getProjectTransferCount(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> getProjectTransferCount(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 项目吹哨数增量 |
|
|
* 项目吹哨数增量 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2021/7/5 17:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2021/7/5 17:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> getProjectTransferIncr(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> getProjectTransferIncr(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 项目结案数 |
|
|
* 项目结案数 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2021/7/5 17:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2021/7/5 17:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> getProjectClosedCount(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> getProjectClosedCount(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 项目结案数增量 |
|
|
* 项目结案数增量 |
|
|
* @author zhaoqifeng |
|
|
* |
|
|
* @date 2021/7/5 17:01 |
|
|
|
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @param dateId |
|
|
* @param dateId |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
* @return java.util.List<com.epmet.dto.extract.result.OrgStatisticsResultDTO> |
|
|
|
|
|
* @author zhaoqifeng |
|
|
|
|
|
* @date 2021/7/5 17:01 |
|
|
*/ |
|
|
*/ |
|
|
List<OrgStatisticsResultDTO> getProjectClosedIncr(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
List<OrgStatisticsResultDTO> getProjectClosedIncr(@Param("customerId") String customerId, @Param("dateId") String dateId); |
|
|
} |
|
|
} |
|
|