From 48a204f4c90a80c0bb4e5ba1f9f0f42939cadba8 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 01 一月 2020 10:19:34 +0800 Subject: [PATCH] 用户资金记录bug修改,京东,拼多多小程序商品转链 --- 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