|  |  | @ -9,6 +9,7 @@ import com.epmet.commons.tools.exception.EpmetException; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.page.PageData; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.redis.common.CustomerStaffRedis; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.security.dto.TokenDto; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.security.user.LoginUserUtil; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.ConvertUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.Result; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dao.IcResiCollectVisitorDao; | 
			
		
	
	
		
			
				
					|  |  | @ -49,6 +50,9 @@ public class IcResiCollectVisitorServiceImpl extends BaseServiceImpl<IcResiColle | 
			
		
	
		
			
				
					|  |  |  |     @Autowired | 
			
		
	
		
			
				
					|  |  |  |     private IcResiCollectServiceImpl icResiCollectServiceImpl; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     @Autowired | 
			
		
	
		
			
				
					|  |  |  |     private LoginUserUtil loginUserUtil; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     @Autowired | 
			
		
	
		
			
				
					|  |  |  |     private DhDeviceUtil dhDeviceUtil; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | @ -69,6 +73,7 @@ public class IcResiCollectVisitorServiceImpl extends BaseServiceImpl<IcResiColle | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public PageData<IcResiCollectVisitorDTO> getPhrasePage(Map<String, Object> params) { | 
			
		
	
		
			
				
					|  |  |  |         params.put("customerId", loginUserUtil.getLoginUserCustomerId()); | 
			
		
	
		
			
				
					|  |  |  |         IPage<IcResiCollectVisitorDTO> page = getPage(params); | 
			
		
	
		
			
				
					|  |  |  |         List<IcResiCollectVisitorDTO> list = baseDao.getPhrasePage(params); | 
			
		
	
		
			
				
					|  |  |  |         return new PageData<>(list, page.getTotal()); | 
			
		
	
	
		
			
				
					|  |  | 
 |