From 28cf328a098334b51a3e9d2d56f983fb8c862211 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 23 五月 2020 09:54:38 +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