|  | @@ -342,7 +342,7 @@ public class ClassGroupController extends BaseController {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiOperation(value = "进行中乐团-修改-班级详情-学员班级调整-生成默认缴费信息")
 | 
	
		
			
				|  |  | -    @GetMapping("/getDefaultPaymentCalender")
 | 
	
		
			
				|  |  | +    @PostMapping("/getDefaultPaymentCalender")
 | 
	
		
			
				|  |  |      @PreAuthorize("@pcs.hasPermissions('classGroup/getDefaultPaymentCalender')")
 | 
	
		
			
				|  |  |      public HttpResponseResult studentClassAuditDetail(@RequestBody List<Integer> classGroupIds){
 | 
	
		
			
				|  |  |          return succeed(classGroupService.getDefaultPaymentCalender(classGroupIds));
 |