fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java
@@ -70,6 +70,17 @@ * @return */ public List<UserGoldCoinVO> listByUserGoldCoin(long start, int count, int type); public long countByUserGoldCoin(int type); /** * 统计剩余金币 * @param start * @param count * @return */ public List<UserGoldCoinVO> listByHasGoldCoin(long start, int count); public long countByHasGoldCoin(); }