|  | @@ -122,7 +122,7 @@ public class GameOceanengineUserLogServiceImpl extends ServiceImpl<GameOceanengi
 | 
	
		
			
				|  |  |                  .eq(GameOceanengineBackLog::getOpenId, userLog.getOpenId())
 | 
	
		
			
				|  |  |                  .eq(GameOceanengineBackLog::getAccountId, userLog.getAccountId())
 | 
	
		
			
				|  |  |                  .eq(GameOceanengineBackLog::getEventType, MiniGameCallback.EventType.ACTIVE.getEventType())
 | 
	
		
			
				|  |  | -                .eq(GameOceanengineBackLog::getBackStatus, BackStatusEnum.SUCCESS)
 | 
	
		
			
				|  |  | +                .eq(GameOceanengineBackLog::getBackStatus, BackStatusEnum.SUCCESS.getBackStatus())
 | 
	
		
			
				|  |  |          ) > 0;
 | 
	
		
			
				|  |  |          if (isBack) {
 | 
	
		
			
				|  |  |              return BackStatusEnum.NO;
 |