修改问题

This commit is contained in:
zpc 2024-11-28 16:43:57 +08:00
parent 9a07685124
commit d6740c92dd

View File

@ -310,7 +310,7 @@ public class PlayGameBLL : CloudGamingBase
};
var obj = await JYApi.StopGame(playGameQueue);
gameInfoCache.ExitPlayGame(obj);
await gameInfoCache.SaveChangesAsync();
await gameInfoCache.SaveChangesAsync(this);
}
return new BaseResponse<bool>(ResponseCode.Success, "", true);
}