yujian
2020-06-29 ec60e757d358636dcac1589c44a66f3e276fe58c
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();
}