| 
						
						
							
								
							
						
						
					 | 
					@ -143,7 +143,7 @@ public class IcPlaceOrgServiceImpl extends BaseServiceImpl<IcPlaceOrgDao, IcPlac | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public GetListPlaceOrgResultDTO getList(GetListPlaceOrgFormDTO formDTO) { | 
					 | 
					 | 
					    public GetListPlaceOrgResultDTO getList(GetListPlaceOrgFormDTO formDTO) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        GetListPlaceOrgResultDTO resultDTO = new GetListPlaceOrgResultDTO(); | 
					 | 
					 | 
					        GetListPlaceOrgResultDTO resultDTO = new GetListPlaceOrgResultDTO(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        CustomerStaffInfoCacheResult staffInfoCache = CustomerStaffRedis.getStaffInfo(formDTO.getCustomerId(), formDTO.getStaffId()); | 
					 | 
					 | 
					        CustomerStaffInfoCacheResult staffInfoCache = CustomerStaffRedis.getStaffInfo(formDTO.getCustomerId(), formDTO.getStaffId()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        formDTO.setPids(staffInfoCache.getAgencyPIds()); | 
					 | 
					 | 
					        formDTO.setAgencyId(staffInfoCache.getAgencyId()); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        //1.根据查询条件分页查询场所数据
 | 
					 | 
					 | 
					        //1.根据查询条件分页查询场所数据
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        PageInfo<PlaceOrgDetailResultDTO> result = | 
					 | 
					 | 
					        PageInfo<PlaceOrgDetailResultDTO> result = | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize(), formDTO.getIsPage()).doSelectPageInfo(() -> baseDao.getList(formDTO)); | 
					 | 
					 | 
					                PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize(), formDTO.getIsPage()).doSelectPageInfo(() -> baseDao.getList(formDTO)); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |