|  | @@ -104,6 +104,8 @@ public class AgentServiceImpl extends ServiceImpl<AgentMapper, Agent> implements
 | 
	
		
			
				|  |  |                  .accountId(param.getAccountId())
 | 
	
		
			
				|  |  |                  .gameId(param.getGameId())
 | 
	
		
			
				|  |  |                  .userActionSetId(param.getUserActionSetId())
 | 
	
		
			
				|  |  | +                .reportToken(param.getReportToken())
 | 
	
		
			
				|  |  | +                .reportUrl(param.getReportUrl())
 | 
	
		
			
				|  |  |                  .backPolicyId(param.getBackPolicyId())
 | 
	
		
			
				|  |  |                  .putStatus(param.getPutStatus())
 | 
	
		
			
				|  |  |                  .createTime(LocalDateTime.now())
 |