Commit a3335e6c authored by 麻笑宇's avatar 麻笑宇

各地市业务办理时效统计修改

parent 2b9594bf
...@@ -11,31 +11,31 @@ public interface DPStatisticsMapper { ...@@ -11,31 +11,31 @@ public interface DPStatisticsMapper {
List<Map<String, Object>> maintenanceCountTopTen(@Param("dpFilterParamDto") DPFilterParamDto dpFilterParamDto); List<Map<String, Object>> maintenanceCountTopTen(@Param("dpFilterParamDto") DPFilterParamDto dpFilterParamDto);
List<Map<String, Object>> maintenanceCount(@Param("dpFilterParamDto") DPFilterParamDto dpFilterParamDto); List<Map<String, Object>> maintenanceCount(@Param("dpFilterParamDto") DPFilterParamDto dpFilterParamDto);
List<Map<String, Object>> installCount(@Param("cityCode") String cityCode); int installCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> maintenanceNoticeCount(@Param("cityCode") String cityCode); int maintenanceNoticeCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> reformCount(@Param("cityCode") String cityCode); int reformCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> transferCount(@Param("cityCode") String cityCode); int transferCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> useCount(@Param("cityCode") String cityCode); int useCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> vehicleCount(@Param("cityCode") String cityCode); int vehicleCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> changeNameCount(@Param("cityCode") String cityCode); int changeNameCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> changeReformCount(@Param("cityCode") String cityCode); int changeReformCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> changeTransferCount(@Param("cityCode") String cityCode); int changeTransferCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> changeUnitCount(@Param("cityCode") String cityCode); int changeUnitCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> changeVehicleCount(@Param("cityCode") String cityCode); int changeVehicleCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> disableCount(@Param("cityCode") String cityCode); int disableCount(@Param("orgCode") String orgCode);
List<Map<String, Object>> cancelCount(@Param("cityCode") String cityCode); int cancelCount(@Param("cityCode") String cityCode);
List<Map<String, Object>> installEquCount(@Param("cityCode") String cityCode,@Param("startTime") String startTime); List<Map<String, Object>> installEquCount(@Param("cityCode") String cityCode,@Param("startTime") String startTime);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment