From 6cc97918a5a42e37a3c3867cc5b78a0b9fd43a24 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 29 四月 2022 19:55:41 +0800
Subject: [PATCH] 功能完善

---
 app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetRecordService.java |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetRecordService.java b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetRecordService.java
index b8896a0..3ef5663 100644
--- a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetRecordService.java
+++ b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetRecordService.java
@@ -27,6 +27,7 @@
      */
     public long count(GoldCornGetRecordQuery goldCornGetRecordQuery);
 
+
     /**
      *
      */
@@ -60,7 +61,7 @@
 
 
     /**
-     * @return java.util.Map<java.lang.Long   ,   java.math.BigDecimal>
+     * @return java.util.Map<java.lang.Long       ,       java.math.BigDecimal>
      * @author hxh
      * @description 缁熻FromUid浜х敓鐨勯噾甯佹暟閲�
      * @date 15:36 2022/4/8
@@ -72,14 +73,24 @@
 
 
     /**
+     * @return int
      * @author hxh
      * @description 鑾峰彇杩炵画浠诲姟鐨勫ぉ鏁�
      * @date 16:39 2022/4/21
      * @param: uid
      * @param: type
      * @param: deadDate
-     * @return int
      **/
-    public int getContinueDay(Long uid, GoldCornGetType type,Date deadDate);
+    public int getContinueDay(Long uid, GoldCornGetType type, Date deadDate);
+
+
+    /**
+     * @return long
+     * @author hxh
+     * @description 缁熻浜嬩欢鏁伴噺
+     * @date 10:32 2022/4/28
+     * @param: goldCornGetRecordQuery
+     **/
+    public Map<GoldCornGetType,Long>  sumEventCount(GoldCornGetRecordQuery goldCornGetRecordQuery);
 
 }

--
Gitblit v1.8.0