hxp
2026-01-16 750ff5ee6204bb088713b0ce10d53d05f22679e0
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DB/StructData/DBGameRec.py
@@ -109,7 +109,7 @@
        '''
        dataToJson = True
        # 默认使用 dataToJson,如果不需要的可根据 RecType 在这里处理
        if dbData.RecType in []:
        if dbData.RecType in ShareDefine.UserDataNOJsonRecTypeList:
            dataToJson = False
        recData = GameRecData(dbData, dataToJson)
        self.__dataList.append(recData)