From 84b968d16a1f58dcd46aaa39d9593ef86189df04 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期四, 21 五月 2020 12:13:47 +0800
Subject: [PATCH] 添加活动名称
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/UserInfoCountMapper.java | 19 ++++++++++++++++++-
1 files changed, 18 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..ba4fb72 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,22 @@
* @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