| 
					
				 | 
			
			
				@ -38,7 +38,7 @@ public class AdminManageEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @GetMapping(value = "getOrgList") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @ApiOperation(value = "获取机构列表") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public ListEnvelop getOrgList(@ApiParam(name = "type",value = "类型type 2社工, 3教师,4助老员") @RequestParam String type){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public ListEnvelop getOrgList(@ApiParam(name = "type",value = "类型type 2社工 3助老员 4教师") @RequestParam String type){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            return ListEnvelop.getSuccess("查询成功",adminManageService.getOrgList(type)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        }catch (Exception e){ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -49,7 +49,7 @@ public class AdminManageEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @GetMapping(value = "getUserList") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @ApiOperation(value = "获取人员列表") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public PageEnvelop getUserList(@ApiParam(name = "type",value = "类型type 1照护老人 2社工, 3教师,4助老员 5幼儿") @RequestParam String type, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public PageEnvelop getUserList(@ApiParam(name = "type",value = "类型type 1照护老人 2社工 3助老员 4教师 5幼儿") @RequestParam String type, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         @ApiParam(name = "page",value = "页码") @RequestParam Integer page, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         @ApiParam(name = "size",value = "每页大小") @RequestParam Integer size, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         @ApiParam(name = "name",value = "模糊搜索名字") @RequestParam(name = "name",required = false)String name, 
			 |