From 6dafb5efaf74d7193d7c6c1d0a0c0b998d0e1e90 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 22 七月 2024 17:59:05 +0800
Subject: [PATCH] 10223 【越南】【砍树】【主干】【港台】秘境寻宝(秘境榜单数据备份优化;优化本服跨服榜备份数据规则,后台查询本服跨服历史榜统一逻辑;)

---
 ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py
index 0217cf2..ed52c4b 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerBillboard.py
@@ -43,9 +43,11 @@
 
 def NoteOssBillboardInfoByDay():
     ## 每天记录排行榜信息到oss中
+    if GameWorld.IsCrossServer():
+        return
     Def_NoteOssBillboardTypeList = IpyGameDataPY.GetFuncEvalCfg("BillboardSet", 1)
     for billboardType in Def_NoteOssBillboardTypeList:
-        DataRecordPack.DR_BillboardDataByDay(billboardType)
+        DataRecordPack.DR_BillboardData(billboardType, "OnDay")
     return
 
 def CopyBillboardOnDay():

--
Gitblit v1.8.0