| 
						
						
							
								
							
						
						
					 | 
					@ -650,9 +650,9 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						} | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @Override | 
					 | 
					 | 
					    @Override | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    public Result<BasicInfoResultDTO> selectStaffBasicInfo(String userId) { | 
					 | 
					 | 
					    public Result<StaffBasicInfoResultDTO> selectStaffBasicInfo(String userId) { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        BasicInfoResultDTO resultDTO = baseDao.selectStaffBasicInfo(userId); | 
					 | 
					 | 
							StaffBasicInfoResultDTO resultDTO = baseDao.selectStaffBasicInfo(userId); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					        return new Result<BasicInfoResultDTO>().ok(resultDTO); | 
					 | 
					 | 
					        return new Result<StaffBasicInfoResultDTO>().ok(resultDTO); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					    } | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
						/** | 
					 | 
					 | 
						/** | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |