admin
2020-11-25 604be616a6ba9e2604c8616be562c5a1c49f073c
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserRankingsService.java
@@ -7,7 +7,7 @@
import com.yeshi.fanli.dto.money.InviteGetMoney;
import com.yeshi.fanli.entity.bus.user.UserRankings;
import com.yeshi.fanli.exception.UserRankingsException;
import com.yeshi.fanli.exception.user.UserRankingsException;
public interface UserRankingsService {
@@ -109,7 +109,7 @@
    * @return
    * @throws UserRankingsException
    */
   public List<UserRankings> query(long start, int count, String key, Integer tradeState, Integer shareState, Integer sort) throws UserRankingsException;
   public List<UserRankings> query(long start, int count, String key, Integer tradeState, Integer shareState, Integer sort) ;
   public long queryCount(String key, Integer tradeState, Integer shareState) throws UserRankingsException;
@@ -177,5 +177,14 @@
    */
   public void updateClearTradeState() throws UserRankingsException;
   public List<UserRankings> getRankList(long start, int count);
   /**
    * 清空金额
    */
   public void clearShareReward();
}