|  |  | @ -36,7 +36,6 @@ import com.epmet.commons.tools.security.dto.TokenDto; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.Result; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.ScanContentUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.utils.SendMqMsgUtils; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.constant.ActMessageConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dao.ActLivePicDao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dao.ActLiveRecDao; | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.dto.ActInfoDTO; | 
			
		
	
	
		
			
				
					|  |  | @ -90,10 +89,10 @@ public class ActLiveRecServiceImpl extends BaseServiceImpl<ActLiveRecDao, ActLiv | 
			
		
	
		
			
				
					|  |  |  |     private String imgSyncScanMethod; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |     public Result<ResiActLiveRecResultDTO> liveRecList(Map<String, String> map) { | 
			
		
	
		
			
				
					|  |  |  |         if (map.get("actId") == null){ | 
			
		
	
		
			
				
					|  |  |  |             logger.error("传参中没有活动ID"); | 
			
		
	
		
			
				
					|  |  |  |             throw new RenException("传参中没有活动ID"); | 
			
		
	
		
			
				
					|  |  |  |     public Result<ResiActLiveRecResultDTO> liveRecList(TokenDto tokenDto,Map<String, String> map) { | 
			
		
	
		
			
				
					|  |  |  |         if (!map.containsKey("actId") || StringUtils.isEmpty(map.get("actId"))) { | 
			
		
	
		
			
				
					|  |  |  |             logger.warn("传参中没有actId,或者actId为空,userId:" + tokenDto.getUserId() + "客户id:" + tokenDto.getCustomerId()); | 
			
		
	
		
			
				
					|  |  |  |             throw new RenException("actId不能为空"); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         // 数据汇总
 | 
			
		
	
		
			
				
					|  |  |  |         ResiActLiveRecResultDTO resultDto = new ResiActLiveRecResultDTO(); | 
			
		
	
	
		
			
				
					|  |  | 
 |