cloud-server-competition/src/main/java/com/dsh/competition/service/IParticipantService.java
@@ -57,7 +57,7 @@ * @return * @throws Exception */ ResultUtil delParticipant(Integer id) throws Exception; ResultUtil delParticipant(Integer id, Integer isStudent) throws Exception; /**