|
|
@ -136,7 +136,7 @@ class Competitions::CompetitionTeamsController < Competitions::BaseController
|
|
|
|
|
|
|
|
|
|
|
|
def tech_mode
|
|
|
|
def tech_mode
|
|
|
|
# render_not_found if current_competition.mode != 3
|
|
|
|
# render_not_found if current_competition.mode != 3
|
|
|
|
@team = current_competition.competition_teams.find_by(id: params[:id])
|
|
|
|
@team = current_competition.competition_teams.find_by!(id: params[:id])
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
def get_valid_myshixun_count(ids)
|
|
|
|
def get_valid_myshixun_count(ids)
|
|
|
|