| | |
| | | * @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;
|
| | |
|
| | |
| | | */
|
| | | public void updateClearTradeState() throws UserRankingsException;
|
| | |
|
| | | |
| | | public List<UserRankings> getRankList(long start, int count);
|
| | |
|
| | | |
| | | /**
|
| | | * 清空金额
|
| | | */
|
| | | public void clearShareReward();
|
| | |
|
| | |
|
| | | }
|