admin
2019-12-13 a3e7322a0aa6b5b13a84bc76923d0c6b68b13276
fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java
@@ -69,9 +69,9 @@
    * @param count
    * @return
    */
   public List<UserGoldCoinVO> listByUserGoldCoin(long start, int count, int type);
   public List<UserGoldCoinVO> listByUserGoldCoin(long start, int count, int type, String key);
   public long countByUserGoldCoin(int type);
   public long countByUserGoldCoin(int type, String key);
   /**
    * 统计剩余金币
@@ -79,8 +79,8 @@
    * @param count
    * @return
    */
   public List<UserGoldCoinVO> listByHasGoldCoin(long start, int count);
   public List<UserGoldCoinVO> listByHasGoldCoin(long start, int count, String key);
   public long countByHasGoldCoin();
   public long countByHasGoldCoin(String key);
   
}