|
|
@@ -84,7 +84,7 @@ public interface GameUserMapper extends BaseMapperPlus<GameUser, GameUserVo> {
|
|
|
" WHEN gep.classification = '1' THEN gs.team_performance " +
|
|
|
" ELSE COALESCE(gs.individual_performance, gs.team_performance) END) AS rawScore, " +
|
|
|
" IFNULL(gs.score_point, 0) AS points, " +
|
|
|
- " gs.award AS certificateUrl " +
|
|
|
+ " gs.award AS certificate " +
|
|
|
"FROM game_athlete ga " +
|
|
|
"LEFT JOIN game_event ge ON ga.event_id = ge.event_id AND ge.del_flag = '0' " +
|
|
|
"INNER JOIN game_event_project gep ON FIND_IN_SET( " +
|