|
@@ -168,7 +168,7 @@ public class MusicGroupController extends BaseController {
|
|
|
return succeed(studentRegistration);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "查询续费信息")
|
|
|
+ /*@ApiOperation(value = "查询续费信息")
|
|
|
@GetMapping("/queryRenewInfo")
|
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "musicGroupId", value = "乐团编号", required = true, dataType = "String")})
|
|
|
public HttpResponseResult queryRenewInfo(String musicGroupId) throws Exception {
|
|
@@ -209,7 +209,7 @@ public class MusicGroupController extends BaseController {
|
|
|
model.put("balance", studentRegistration.getBalance());
|
|
|
|
|
|
return succeed(model);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
@ApiOperation(value = "续费")
|
|
|
@GetMapping("/renew")
|