|
|
@ -184,7 +184,7 @@ public class ProvinceController { |
|
|
|
|
|
|
|
@MustLogin |
|
|
|
@ApiOperation(value = "查找团体比赛已报名的选手信息", notes = "") |
|
|
|
@RequestMapping(value = "/coachInfo", method = RequestMethod.POST, produces = {"application/json;charset=UTF-8"}) |
|
|
|
@RequestMapping(value = "/teamProject/player", method = RequestMethod.POST, produces = {"application/json;charset=UTF-8"}) |
|
|
|
public JsonResponse<List<ProvinceCompeteVo.GroupAndPlayer>> getPlayerByTeamProject(@ApiParam @Validated @RequestBody QueryDto<ProvinceCompeteDto.GetPlayerByTeamProject> params) { |
|
|
|
log.info("查询教练或领队的详细信息:{}",params); |
|
|
|
List<ProvinceCompeteVo.GroupAndPlayer> groupAndPlayer = provinceService.getPlayerByTeamProject(params.getParam()); |
|
|
|