| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -78,8 +78,8 @@ public class ActSignInRecServiceImpl extends BaseServiceImpl<ActSignInRecDao, Ac | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @Autowired | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private ActLiveRecService actLiveRecService; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @Autowired | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private HeartUserInfoService heartUserInfoService; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//    @Autowired
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//    private HeartUserInfoService heartUserInfoService;
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    private Logger logger = LogManager.getLogger(ActSignInRecServiceImpl.class); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    @Value("${openapi.scan.server.url}") | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -131,10 +131,11 @@ public class ActSignInRecServiceImpl extends BaseServiceImpl<ActSignInRecDao, Ac | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        // 用户信息表,实际参与活动个数(签到+1)
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        HeartUserInfoDTO heartUserInfoDTO = new HeartUserInfoDTO(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        heartUserInfoDTO.setUserId(formDTO.getUserId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        heartUserInfoDTO.setParticipationNum(NumConstant.ONE); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        heartUserInfoService.updateHeartUserInfoByUserId(heartUserInfoDTO); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        // 暂时注释掉,将(实际参与活动个数)字段,放在活动结束后进行统计
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//        HeartUserInfoDTO heartUserInfoDTO = new HeartUserInfoDTO();
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//        heartUserInfoDTO.setUserId(formDTO.getUserId());
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//        heartUserInfoDTO.setParticipationNum(NumConstant.ONE);
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//        heartUserInfoService.updateHeartUserInfoByUserId(heartUserInfoDTO);
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        return new Result(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |