|
@@ -1955,8 +1955,8 @@ public class AuthServiceImpl implements AuthService {
|
|
|
* @return
|
|
|
*/
|
|
|
@Override
|
|
|
- public ResponseJson<List<RossChallengeRoundVo>> getcontestedInfo(){
|
|
|
- List<RossChallengeRoundVo> rossChallengeRoundVos = authMapper.getcontestedInfo();
|
|
|
+ public ResponseJson<List<RossChallengeRoundVo>> getcontestedInfo(Integer authUserId){
|
|
|
+ List<RossChallengeRoundVo> rossChallengeRoundVos = authMapper.getcontestedInfo(authUserId);
|
|
|
return ResponseJson.success(rossChallengeRoundVos);
|
|
|
}
|
|
|
|