|  | @@ -21,7 +21,7 @@ public class SysExamSongAccompanimentController extends BaseController {
 | 
	
		
			
				|  |  |      @GetMapping("/queryPage")
 | 
	
		
			
				|  |  |      public Object queryPage(SysExamSongQueryInfo queryInfo) {
 | 
	
		
			
				|  |  |          queryInfo.setType("COMMON");
 | 
	
		
			
				|  |  | -        return succeed(sysExamSongAccompanimentService.queryAccPage(queryInfo));
 | 
	
		
			
				|  |  | +        return succeed(sysExamSongAccompanimentService.queryPage(queryInfo));
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiOperation(value = "详情")
 |