|  | @ -25,7 +25,7 @@ public class DoctorConcernController extends BaseController {
 | 
	
		
			
				|  |  |     private ConcernService concernService;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @RequestMapping(value = "/getConcernPatients", method = RequestMethod.GET)
 | 
	
		
			
				|  |  |     @ApiOperation(value = "获取医生关注的患者", notes = "")
 | 
	
		
			
				|  |  |     @ApiOperation(value = "获取医生关注的患者1", notes = "")
 | 
	
		
			
				|  |  |     public String getConcernDoctors(
 | 
	
		
			
				|  |  |             @ApiParam(name = "doctor", value = "医生",required = false) @RequestParam(required = false, name = "doctor") String doctor
 | 
	
		
			
				|  |  |     ) {
 |