From a980ade25b3dc1a7da482e37113f2935a2719c0b Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期二, 05 十一月 2019 10:01:11 +0800
Subject: [PATCH] 红包表明修改
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/UserInfoCountMapper.java | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/UserInfoCountMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/UserInfoCountMapper.java
index c3542f2..78b9d8b 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/UserInfoCountMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/UserInfoCountMapper.java
@@ -15,5 +15,21 @@
* @param type
* @return
*/
- List<UserGoldCoinVO> listByUserGoldCoin(@Param("start")long start, @Param("count")int count, @Param("type")int type);
+ List<UserGoldCoinVO> listByUserGoldCoin(@Param("start")long start, @Param("count")int count, @Param("type")int type, @Param("key") String key);
+
+
+ long countByUserGoldCoin(@Param("type")int type, @Param("key") String key);
+
+
+ /**
+ * 缁熻鐢ㄦ埛绱鑾峰緱閲戝竵锛屾秷鑰楅噾甯�
+ * @param start
+ * @param count
+ * @param type
+ * @return
+ */
+ List<UserGoldCoinVO> listByHasGoldCoin(@Param("start")long start, @Param("count")int count, @Param("key") String key);
+
+
+ long countByHasGoldCoin(@Param("key") String key);
}
\ No newline at end of file
--
Gitblit v1.8.0