@Query(value="update competition_member set exam_score=:score where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@Query(value="update competition_member set exam_score=:score where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@Query(value="update competition_member set exam_start_time=:startTime where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@Query(value="update competition_member set exam_start_time=:startTime where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@Query(value="update competition_member set exam_end_time=:endTime,exam_cost_time=:costTime where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@Query(value="update competition_member set exam_end_time=:endTime,exam_cost_time=:costTime where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@ -58,10 +61,12 @@ public interface CompetitionMemberDao extends JpaRepository<CompetitionMember,In
@Query(value="update competition_member set report_id=:reportId where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@Query(value="update competition_member set report_id=:reportId where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@Query(value="update competition_member set highest_ratio=:ratio where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)
@Query(value="update competition_member set highest_ratio=:ratio where user_id=:userNo and stage_id=:stageId and competition_id=:compId",nativeQuery=true)