From f1fdf1aec9fb9f8f4d1220d4c8b3489b648ab59b Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 13 三月 2019 12:09:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java index a4e1757..471358b 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/HongBaoV2CountMapper.java @@ -7,6 +7,8 @@ import org.apache.ibatis.annotations.Param; +import com.yeshi.fanli.vo.order.HongBaoV2VO; + public interface HongBaoV2CountMapper { @@ -113,5 +115,8 @@ */ List<Map<String, Object>> count24HOderByChannel(@Param("channel") String channel, @Param("type") Integer type, @Param("years") String years, @Param("startTime") String startTime, @Param("endTime") String endTime); + + List<HongBaoV2VO> listShareAndInviteMoney(@Param("start") long start, @Param("count") int count, + @Param("date") String date); } \ No newline at end of file -- Gitblit v1.8.0