|  | @@ -59,7 +59,7 @@ public class MusicGroupSubjectPlanController extends BaseController {
 | 
	
		
			
				|  |  |      @ApiOperation(value = "根据科目编号和乐团编号获取乐团规划")
 | 
	
		
			
				|  |  |      @PostMapping("/findSubjectPlan")
 | 
	
		
			
				|  |  |      @PreAuthorize("@pcs.hasPermissions('musicGroupSubjectPlan/findSubjectPlan')")
 | 
	
		
			
				|  |  | -    public Object findSubjectPlan(String musicGroupId,Integer subjectId) throws Exception {
 | 
	
		
			
				|  |  | +    public Object findSubjectPlan(String musicGroupId,Integer subjectId) {
 | 
	
		
			
				|  |  |          if(StringUtils.isEmpty(musicGroupId) || subjectId == null){
 | 
	
		
			
				|  |  |              throw new BizException("参数校验失败");
 | 
	
		
			
				|  |  |          }
 |