From ce3420676d9ccf4a2bdf87aeb7ad1494b5e5d26c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 09 四月 2022 14:42:26 +0800 Subject: [PATCH] 图片上传与邀请图完善 --- app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetRecordService.java | 23 ++++++++++++++--------- 1 files changed, 14 insertions(+), 9 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 17333c6..1ae4acd 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 @@ -1,17 +1,11 @@ package com.yeshi.makemoney.app.service.inter.goldcorn; -import java.lang.Exception; -import javax.annotation.Resource; -import java.util.Date; - +import com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetRecord; import com.yeshi.makemoney.app.exception.goldcorn.GoldCornGetRecordException; -import org.yeshi.utils.bean.BeanUtil; +import com.yeshi.makemoney.app.service.query.goldcorn.GoldCornGetRecordQuery; import java.util.List; - -import com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetRecord; -import com.yeshi.makemoney.app.service.inter.goldcorn.GoldCornGetRecordService; -import com.yeshi.makemoney.app.service.query.goldcorn.GoldCornGetRecordQuery; +import java.util.Map; public interface GoldCornGetRecordService { @@ -63,4 +57,15 @@ public long countUidsByDay(String day); + /** + * @return java.util.Map<java.lang.Long , java.math.BigDecimal> + * @author hxh + * @description 缁熻FromUid浜х敓鐨勯噾甯佹暟閲� + * @date 15:36 2022/4/8 + * @param: uid + * @param: fromUidList + * @param: day + **/ + public Map<Long, Integer> sumGoldCornByFromUids(Long uid, List<Long> fromUidList, String day); + } -- Gitblit v1.8.0