|  |  | @ -35,6 +35,8 @@ public class AuthUserController extends BaseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |     private WarehouseUserService warehouseUserService; |  |  |  |     private WarehouseUserService warehouseUserService; | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Resource |  |  |  |     @Resource | 
			
		
	
		
		
			
				
					
					|  |  |  |     DeptService deptService; |  |  |  |     DeptService deptService; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @Resource | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     CustomerService customerService; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @AuthRuleAnnotation("admin/auth/admin/updateInv") |  |  |  |     @AuthRuleAnnotation("admin/auth/admin/updateInv") | 
			
		
	
		
		
			
				
					
					|  |  |  |     @PostMapping("/admin/auth/admin/updateInv") |  |  |  |     @PostMapping("/admin/auth/admin/updateInv") | 
			
		
	
	
		
		
			
				
					|  |  | @ -126,4 +128,12 @@ public class AuthUserController extends BaseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         return ResultVOUtils.success(hospitalUserList); |  |  |  |         return ResultVOUtils.success(hospitalUserList); | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     //查询用户名信息
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @AuthRuleAnnotation("") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @GetMapping("/admin/auth/admin/selectUser") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     public BaseResponse selectUser() { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         AuthAdmin authAdmin=customerService.getUserBean(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return ResultVOUtils.success(authAdmin); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |