From 0c78c7aaeaa5a427bc8a5c5faf3cd6bbb589c2da Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期二, 08 十月 2019 12:08:38 +0800 Subject: [PATCH] map 改造 --- fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractAuditRecordService.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractAuditRecordService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractAuditRecordService.java index 3107999..cd09421 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractAuditRecordService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/extract/ExtractAuditRecordService.java @@ -1,8 +1,8 @@ package com.yeshi.fanli.service.inter.money.extract; import java.util.List; -import java.util.Map; +import com.yeshi.fanli.dto.ChartTDO; import com.yeshi.fanli.entity.bus.user.ExtractAuditRecord; public interface ExtractAuditRecordService { @@ -121,7 +121,7 @@ * @param endTime * @return */ - public List<Map<String, Object>>countAuditTotal(Integer state, Integer type, String years, String startTime, + public List<ChartTDO>countAuditTotal(Integer state, Integer type, String years, String startTime, String endTime) throws Exception; @@ -135,7 +135,7 @@ * @param endTime * @return */ - public List<Map<String, Object>> countExtractApplyMoney(Integer state, Integer type, String years, String startTime, + public List<ChartTDO> countExtractApplyMoney(Integer state, Integer type, String years, String startTime, String endTime) throws Exception; /** @@ -147,7 +147,7 @@ * @param endTime * @return */ - public List<Map<String, Object>> countExtractApplyNumber(Integer state, Integer type, String years, String startTime, + public List<ChartTDO> countExtractApplyNumber(Integer state, Integer type, String years, String startTime, String endTime) throws Exception; -- Gitblit v1.8.0