cloud-server-competition/src/main/java/com/dsh/competition/service/impl/ParticipantServiceImpl.java
@@ -41,11 +41,9 @@ private StudentClient studentClient; /** * 添加参赛人员信息 * * @param uid * @param addParticipant * @return @@ -83,11 +81,9 @@ } /** * 获取参赛人员列表 * * @param uid * @return * @throws Exception @@ -102,8 +98,6 @@ //利用HashMap去重身份证 LinkedHashMap<String,ParticipantVo> linkedHashMap =new LinkedHashMap<>(); SimpleDateFormat sdf_year = new SimpleDateFormat("yyyy"); //查出临时表里的数据,也去重 @@ -174,7 +168,6 @@ } listVo1.addAll(linkedHashMap.values()); @@ -187,6 +180,7 @@ /** * 修改参赛人员信息 * * @param editParticipant * @return * @throws Exception @@ -221,6 +215,7 @@ /** * 删除参赛人员信息 * * @param id * @return * @throws Exception