|  | @@ -95,6 +95,8 @@ public class GameOceanengineUserLogServiceImpl extends ServiceImpl<GameOceanengi
 | 
	
		
			
				|  |  |                  .getData().stream().collect(Collectors.toMap(AgentRpcVO::getAgentKey, Function.identity()));
 | 
	
		
			
				|  |  |          return logList.stream().map(log -> {
 | 
	
		
			
				|  |  |              GameOceanengineUserLogVO vo = BeanUtil.copy(log, GameOceanengineUserLogVO.class);
 | 
	
		
			
				|  |  | +            vo.setProjectId(log.getProjectId() == null ? null : log.getProjectId().toString());
 | 
	
		
			
				|  |  | +            vo.setPromotionId(log.getPromotionId() == null ? null : log.getPromotionId().toString());
 | 
	
		
			
				|  |  |              if (StringUtils.isNotBlank(log.getAgentKey())) {
 | 
	
		
			
				|  |  |                  AgentRpcVO agent = agentMap.get(log.getAgentKey());
 | 
	
		
			
				|  |  |                  if (agent != null) {
 |