| 
					
				 | 
			
			
				@@ -12,7 +12,6 @@ import com.zanxiang.module.util.pojo.ResultVO; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import lombok.extern.slf4j.Slf4j; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.apache.dubbo.config.annotation.DubboService; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.beans.factory.annotation.Autowired; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import org.springframework.transaction.annotation.Transactional; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import java.time.LocalDateTime; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -25,7 +24,6 @@ public class TtMiniGameBackRpcImpl implements ITtMiniGameBackRpc { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private IGameOceanengineOrderLogService gameOceanengineOrderLogService; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Override 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @Transactional(rollbackFor = Exception.class) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public ResultVO<Boolean> userActiveReport(TtUserActiveRpcDTO dto) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         GameOceanengineUserLog userLog = GameOceanengineUserLog.builder() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .appId(dto.getWechatAppId()) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -49,7 +47,6 @@ public class TtMiniGameBackRpcImpl implements ITtMiniGameBackRpc { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Override 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @Transactional(rollbackFor = Exception.class) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public ResultVO<Boolean> orderReport(TtOrderRpcDTO dto) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         GameOceanengineOrderLog orderLog = GameOceanengineOrderLog.builder() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .appId(dto.getWechatAppId()) 
			 |