Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 11 04 fix ara bauwerk export #178

Draft
wants to merge 74 commits into
base: master
Choose a base branch
from

Conversation

sjib
Copy link
Contributor

@sjib sjib commented Nov 4, 2024

No description provided.

@sjib sjib added the fix label Nov 4, 2024
@sjib sjib self-assigned this Nov 4, 2024
@sjib
Copy link
Contributor Author

sjib commented Nov 4, 2024

Should solve #177

@sjib
Copy link
Contributor Author

sjib commented Nov 4, 2024

Relation to Abwasserbauwerk is now empty with SIA405 Export:

grafik

Abwasserknoten is still exported.
@urskaufmann Is that what you expect?

Maybe in future ARABauwerk should become part of SIA405 Abwasser.
Do we have to implement the same for the other subclasses that are not part of SIA405 Abwasser (Abflusslose_Toilette and KLARA?)
grafik

@sjib
Copy link
Contributor Author

sjib commented Nov 4, 2024

Do we have to implement the same for the other subclasses that are not part of SIA405 Abwasser (Abflusslose_Toilette and KLARA?)

This would only be needed on tww

@sjib
Copy link
Contributor Author

sjib commented Nov 4, 2024

For tww this would have to be extended:

    # select all obj_id from wastewater_structure that are not in wwtp_structure
    cursor.execute(
        "SELECT * FROM qgep_od.wastewater_structure WHERE obj_id NOT IN (SELECT obj_id FROM qgep_od.wwtp_structure);"
    )

@sjib sjib requested a review from urskaufmann November 4, 2024 17:03
@urskaufmann
Copy link

Abwasserknoten is still exported.

I do not expect, that the node is exported. First of all, I expect that there is no error, when I should export such a database to SIA405.
I think, that wastewater_networkelements without relation to a wastewater_structure should be really exceptions. And VSA / SIA should answer these questions and make changes, if necessary.
I think the same problem will/can occur in model 2020 with e.g. Spuelstutzen or other structure parts, if TWW does not handle this problems.

@urskaufmann
Copy link

urskaufmann commented Nov 4, 2024

I have now checked with this new code. And I got the next error (sorry): no more abwassernetzelement, but bauwerksteil:

          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 771, in _commit_impl
          self.engine.dialect.do_commit(self.connection)
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\default.py", line 561, in do_commit
          dbapi_connection.commit()
         psycopg2.errors.ForeignKeyViolation: insert or update on table "bauwerksteil" violates foreign key constraint "bauwerksteil_abwasserbauwerkref_fkey"
         DETAIL: Key (abwasserbauwerkref)=(1108) is not present in table "abwasserbauwerk".
         
         
         The above exception was the direct cause of the following exception:
         
         Traceback (most recent call last):
          File "C:\Users/KAU/AppData/Roaming/QGIS/QGIS3\profiles\qgep161_prerealise/python/plugins\qgepplugin\qgepqwat2ili\qgepqwat2ili\gui\__init__.py", line 715, in action_do_export
          qgepsia405_export(
          File "C:\Users/KAU/AppData/Roaming/QGIS/QGIS3\profiles\qgep161_prerealise/python/plugins\qgepplugin\qgepqwat2ili\qgepqwat2ili\qgepsia405\export.py", line 1196, in qgep_export
          abwasser_session.commit()
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\orm\session.py", line 1046, in commit
          self.transaction.commit()
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\orm\session.py", line 508, in commit
          t[1].commit()
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1762, in commit
          self._do_commit()
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1793, in _do_commit
          self.connection._commit_impl()
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 773, in _commit_impl
          self._handle_dbapi_exception(e, None, None, None, None)
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1510, in _handle_dbapi_exception
          util.raise_(
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\util\compat.py", line 182, in raise_
          raise exception
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 771, in _commit_impl
          self.engine.dialect.do_commit(self.connection)
          File "C:\PROGRA~1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\default.py", line 561, in do_commit
          dbapi_connection.commit()
         sqlalchemy.exc.IntegrityError: (psycopg2.errors.ForeignKeyViolation) insert or update on table "bauwerksteil" violates foreign key constraint "bauwerksteil_abwasserbauwerkref_fkey"
         DETAIL: Key (abwasserbauwerkref)=(1108) is not present in table "abwasserbauwerk".
         
         (Background on this error at: http://sqlalche.me/e/13/gkpj)

@urskaufmann
Copy link

I did then delete the cover, that was with this ARA-Bauwerk, and then it works....

Copy link

@urskaufmann urskaufmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not work, if the ARA-Bauwerk has a structure_part. All Structure_Parts of Wastewater_structures, that are not in the export, can also not be in the export

@sjib
Copy link
Contributor Author

sjib commented Nov 5, 2024 via email

@sjib sjib marked this pull request as draft November 5, 2024 12:18
@sjib
Copy link
Contributor Author

sjib commented Nov 15, 2024

@sjib
Copy link
Contributor Author

sjib commented Nov 15, 2024

  • adapt filter queries for other subclasses of structure_part

@sjib
Copy link
Contributor Author

sjib commented Nov 15, 2024

  • to do adapt in qgep also
  • to do adapte in qgepdss for selection also

@sjib
Copy link
Contributor Author

sjib commented Nov 15, 2024

take out filter in dss

  • in steuerungszentrale (control_center)
  • in rohrprofil
  • in rohrprofil_geometrie
  • in hydr_geometrie
  • in hydr_geomRelation

@sjib
Copy link
Contributor Author

sjib commented Nov 15, 2024

adapted filters

  • meachnische_vorreinigung

@sjib
Copy link
Contributor Author

sjib commented Nov 15, 2024

@urskaufmann Can you try again?

@urskaufmann
Copy link

Export SIA405 no selection: no error. Does not export 3 nodes, that are not connected to a wastewater_structure, does not export a channel, that was not connected from a wastewater_structure.
Export DSS no selection: no error. Seems to be ok


Export DSS, a selction of reaches: I get this error:

Ein Fehler trat bei der Ausführung von Python-Code auf:

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) missing FROM-clause entry for table "structure_part" LINE 2: ...pretreatment JOIN qgep_od.wastewater_structure ON qgep_od.st... ^ [SQL: SELECT qgep_od.mechanical_pretreatment.obj_id AS qgep_od_mechanical_pretreatment_obj_id, qgep_od.mechanical_pretreatment.identifier AS qgep_od_mechanical_pretreatment_identifier, qgep_od.mechanical_pretreatment.kind AS qgep_od_mechanical_pretreatment_kind, qgep_od.mechanical_pretreatment.remark AS qgep_od_mechanical_pretreatment_remark, qgep_od.mechanical_pretreatment.last_modification AS qgep_od_mechanical_pretreatment_last_modification, qgep_od.mechanical_pretreatment.fk_dataowner AS qgep_od_mechanical_pretreatment_fk_dataowner, qgep_od.mechanical_pretreatment.fk_provider AS qgep_od_mechanical_pretreatment_fk_provider, qgep_od.mechanical_pretreatment.fk_infiltration_installation AS qgep_od_mechanical_pretreatment_fk_infiltration_installat_1, qgep_od.mechanical_pretreatment.fk_wastewater_structure AS qgep_od_mechanical_pretreatment_fk_wastewater_structure FROM qgep_od.mechanical_pretreatment JOIN qgep_od.wastewater_structure ON qgep_od.structure_part.fk_wastewater_structure = qgep_od.wastewater_structure.obj_id JOIN qgep_od.wastewater_networkelement ON qgep_od.wastewater_structure.obj_id = qgep_od.wastewater_networkelement.fk_wastewater_structure WHERE qgep_od.wastewater_networkelement.obj_id IN (%(obj_id_1)s, %(obj_id_2)s, .......

Traceback (most recent call last):
File "C:\PROGRA1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1276, in _execute_context
self.dialect.do_execute(
File "C:\PROGRA
1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\default.py", line 608, in do_execute
cursor.execute(statement, parameters)
psycopg2.errors.UndefinedTable: missing FROM-clause entry for table "structure_part"
LINE 2: ...pretreatment JOIN qgep_od.wastewater_structure ON qgep_od.st...
^

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users/KAU/AppData/Roaming/QGIS/QGIS3\profiles\qgep164/python/plugins\qgepplugin\qgepqwat2ili\qgepqwat2ili\gui_init_.py", line 724, in action_do_export
qgepdss_export(
File "C:\Users/KAU/AppData/Roaming/QGIS/QGIS3\profiles\qgep164/python/plugins\qgepplugin\qgepqwat2ili\qgepqwat2ili\qgepdss\export.py", line 2190, in qgep_export
for row in query:
^^^^^
File "C:\PROGRA1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\orm\query.py", line 3535, in iter
return self._execute_and_instances(context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA
1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\orm\query.py", line 3560, in _execute_and_instances
result = conn.execute(querycontext.statement, self._params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1011, in execute
return meth(self, multiparams, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA
1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\sql\elements.py", line 298, in _execute_on_connection
return connection._execute_clauseelement(self, multiparams, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1124, in _execute_clauseelement
ret = self._execute_context(
^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA
1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1316, in _execute_context
self.handle_dbapi_exception(
File "C:\PROGRA1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1510, in handle_dbapi_exception
util.raise
(
File "C:\PROGRA
1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\util\compat.py", line 182, in raise

raise exception
File "C:\PROGRA1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\base.py", line 1276, in _execute_context
self.dialect.do_execute(
File "C:\PROGRA
1\QGIS3\apps\Python312\Lib\site-packages\sqlalchemy\engine\default.py", line 608, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) missing FROM-clause entry for table "structure_part"
LINE 2: ...pretreatment JOIN qgep_od.wastewater_structure ON qgep_od.st...
^

[SQL: SELECT qgep_od.mechanical_pretreatment.obj_id AS qgep_od_mechanical_pretreatment_obj_id, qgep_od.mechanical_pretreatment.identifier AS qgep_od_mechanical_pretreatment_identifier, qgep_od.mechanical_pretreatment.kind AS qgep_od_mechanical_pretreatment_kind, qgep_od.mechanical_pretreatment.remark AS qgep_od_mechanical_pretreatment_remark, qgep_od.mechanical_pretreatment.last_modification AS qgep_od_mechanical_pretreatment_last_modification, qgep_od.mechanical_pretreatment.fk_dataowner AS qgep_od_mechanical_pretreatment_fk_dataowner, qgep_od.mechanical_pretreatment.fk_provider AS qgep_od_mechanical_pretreatment_fk_provider, qgep_od.mechanical_pretreatment.fk_infiltration_installation AS qgep_od_mechanical_pretreatment_fk_infiltration_installat_1, qgep_od.mechanical_pretreatment.fk_wastewater_structure AS qgep_od_mechanical_pretreatment_fk_wastewater_structure
FROM qgep_od.mechanical_pretreatment JOIN qgep_od.wastewater_structure ON qgep_od.structure_part.fk_wastewater_structure = qgep_od.wastewater_structure.obj_id JOIN qgep_od.wastewater_networkelement ON qgep_od.wastewater_structure.obj_id = qgep_od.wastewater_networkelement.fk_wastewater_structure
WHERE qgep_od.wastewater_networkelement.obj_id IN (%(obj_id_1)s, %(obj_id_2)s, %(obj_id_3)s, %(obj_id_4)s, %(obj_id_5)s, %(obj_id_6)s, %(obj_id_7)s, %(obj_id_8)s, %(obj_id_9)s, %(obj_id_10)s, %(obj_id_11)s, %(obj_id_12)s, %(obj_id_13)s, %(obj_id_14)s, %(obj_id_15)s, %(obj_id_16)s, %(obj_id_17)s, %(obj_id_18)s, %(obj_id_19)s, %(obj_id_20)s, %(obj_id_21)s, %(obj_id_22)s, %(obj_id_23)s, %(obj_id_24)s, %(obj_id_25)s, %(obj_id_26)s, %(obj_id_27)s, %(obj_id_28)s, %(obj_id_29)s, %(obj_id_30)s, %(obj_id_31)s, %(obj_id_32)s, %(obj_id_33)s, %(obj_id_34)s, %(obj_id_35)s, %(obj_id_36)s, %(obj_id_37)s, %(obj_id_38)s, %(obj_id_39)s, %(obj_id_40)s, %(obj_id_41)s, %(obj_id_42)s, %(obj_id_43)s, %(obj_id_44)s, %(obj_id_45)s, %(obj_id_46)s, %(obj_id_47)s, %(obj_id_48)s, %(obj_id_49)s, %(obj_id_50)s, %(obj_id_51)s, %(obj_id_52)s, %(obj_id_53)s, %(obj_id_54)s, %(obj_id_55)s, %(obj_id_56)s, %(obj_id_57)s, %(obj_id_58)s, %(obj_id_59)s, %(obj_id_60)s, %(obj_id_61)s, %(obj_id_62)s, %(obj_id_63)s, %(obj_id_64)s, %(obj_id_65)s, %(obj_id_66)s, %(obj_id_67)s, %(obj_id_68)s, %(obj_id_69)s, %(obj_id_70)s, %(obj_id_71)s, %(obj_id_72)s, %(obj_id_73)s, %(obj_id_74)s, %(obj_id_75)s, %(obj_id_76)s, %(obj_id_77)s, %(obj_id_78)s, %(obj_id_79)s, %(obj_id_80)s, %(obj_id_81)s, %(obj_id_82)s, %(obj_id_83)s, %(obj_id_84)s, %(obj_id_85)s, %(obj_id_86)s, %(obj_id_87)s, %(obj_id_88)s, %(obj_id_89)s, %(obj_id_90)s, %(obj_id_91)s, %(obj_id_92)s, %(obj_id_93)s, %(obj_id_94)s, %(obj_id_95)s, %(obj_id_96)s, %(obj_id_97)s, %(obj_id_98)s, %(obj_id_99)s, %(obj_id_100)s, %(obj_id_101)s, %(obj_id_102)s, %(obj_id_103)s, %(obj_id_104)s, %(obj_id_105)s, %(obj_id_106)s, %(obj_id_107)s, %(obj_id_108)s, %(obj_id_109)s, %(obj_id_110)s, %(obj_id_111)s, %(obj_id_112)s, %(obj_id_113)s, %(obj_id_114)s, %(obj_id_115)s, %(obj_id_116)s, %(obj_id_117)s, %(obj_id_118)s, %(obj_id_119)s, %(obj_id_120)s, %(obj_id_121)s, %(obj_id_122)s, %(obj_id_123)s, %(obj_id_124)s, %(obj_id_125)s, %(obj_id_126)s, %(obj_id_127)s, %(obj_id_128)s, %(obj_id_129)s, %(obj_id_130)s, %(obj_id_131)s, %(obj_id_132)s, %(obj_id_133)s, %(obj_id_134)s, %(obj_id_135)s, %(obj_id_136)s, %(obj_id_137)s, %(obj_id_138)s, %(obj_id_139)s, %(obj_id_140)s, %(obj_id_141)s, %(obj_id_142)s, %(obj_id_143)s, %(obj_id_144)s, %(obj_id_145)s, %(obj_id_146)s, %(obj_id_147)s, %(obj_id_148)s, %(obj_id_149)s, %(obj_id_150)s, %(obj_id_151)s, %(obj_id_152)s, %(obj_id_153)s, %(obj_id_154)s, %(obj_id_155)s, %(obj_id_156)s, %(obj_id_157)s, %(obj_id_158)s, %(obj_id_159)s, %(obj_id_160)s, %(obj_id_161)s, %(obj_id_162)s, %(obj_id_163)s, %(obj_id_164)s, %(obj_id_165)s, %(obj_id_166)s, %(obj_id_167)s, %(obj_id_168)s, %(obj_id_169)s, %(obj_id_170)s, %(obj_id_171)s, %(obj_id_172)s, %(obj_id_173)s, %(obj_id_174)s, %(obj_id_175)s, %(obj_id_176)s, %(obj_id_177)s, %(obj_id_178)s, %(obj_id_179)s, %(obj_id_180)s, %(obj_id_181)s, %(obj_id_182)s, %(obj_id_183)s, %(obj_id_184)s, %(obj_id_185)s, %(obj_id_186)s, %(obj_id_187)s, %(obj_id_188)s, %(obj_id_189)s, %(obj_id_190)s, %(obj_id_191)s, %(obj_id_192)s, %(obj_id_193)s, %(obj_id_194)s, %(obj_id_195)s, %(obj_id_196)s, %(obj_id_197)s, %(obj_id_198)s, %(obj_id_199)s, %(obj_id_200)s, %(obj_id_201)s, %(obj_id_202)s, %(obj_id_203)s, %(obj_id_204)s, %(obj_id_205)s, %(obj_id_206)s, %(obj_id_207)s, %(obj_id_208)s, %(obj_id_209)s, %(obj_id_210)s, %(obj_id_211)s, %(obj_id_212)s, %(obj_id_213)s, %(obj_id_214)s, %(obj_id_215)s, %(obj_id_216)s, %(obj_id_217)s, %(obj_id_218)s, %(obj_id_219)s, %(obj_id_220)s, %(obj_id_221)s, %(obj_id_222)s, %(obj_id_223)s, %(obj_id_224)s, %(obj_id_225)s, %(obj_id_226)s, %(obj_id_227)s, %(obj_id_228)s, %(obj_id_229)s, %(obj_id_230)s, %(obj_id_231)s, %(obj_id_232)s, %(obj_id_233)s, %(obj_id_234)s, %(obj_id_235)s, %(obj_id_236)s, %(obj_id_237)s, %(obj_id_238)s, %(obj_id_239)s, %(obj_id_240)s, %(obj_id_241)s, %(obj_id_242)s, %(obj_id_243)s, %(obj_id_244)s, %(obj_id_245)s, %(obj_id_246)s, %(obj_id_247)s, %(obj_id_248)s, %(obj_id_249)s, %(obj_id_250)s, %(obj_id_251)s, %(obj_id_252)s, %(obj_id_253)s, %(obj_id_254)s, %(obj_id_255)s, %(obj_id_256)s, %(obj_id_257)s, %(obj_id_258)s, %(obj_id_259)s, %(obj_id_260)s, %(obj_id_261)s, %(obj_id_262)s, %(obj_id_263)s, %(obj_id_264)s, %(obj_id_265)s, %(obj_id_266)s, %(obj_id_267)s, %(obj_id_268)s, %(obj_id_269)s, %(obj_id_270)s, %(obj_id_271)s, %(obj_id_272)s, %(obj_id_273)s, %(obj_id_274)s, %(obj_id_275)s, %(obj_id_276)s, %(obj_id_277)s, %(obj_id_278)s, %(obj_id_279)s, %(obj_id_280)s, %(obj_id_281)s, %(obj_id_282)s, %(obj_id_283)s, %(obj_id_284)s, %(obj_id_285)s, %(obj_id_286)s, %(obj_id_287)s, %(obj_id_288)s, %(obj_id_289)s, %(obj_id_290)s, %(obj_id_291)s, %(obj_id_292)s, %(obj_id_293)s, %(obj_id_294)s, %(obj_id_295)s, %(obj_id_296)s, %(obj_id_297)s, %(obj_id_298)s, %(obj_id_299)s, %(obj_id_300)s, %(obj_id_301)s, %(obj_id_302)s, %(obj_id_303)s, %(obj_id_304)s, %(obj_id_305)s, %(obj_id_306)s, %(obj_id_307)s, %(obj_id_308)s, %(obj_id_309)s, %(obj_id_310)s, %(obj_id_311)s, %(obj_id_312)s, %(obj_id_313)s, %(obj_id_314)s, %(obj_id_315)s, %(obj_id_316)s, %(obj_id_317)s, %(obj_id_318)s, %(obj_id_319)s, %(obj_id_320)s, %(obj_id_321)s, %(obj_id_322)s, %(obj_id_323)s, %(obj_id_324)s, %(obj_id_325)s, %(obj_id_326)s, %(obj_id_327)s, %(obj_id_328)s, %(obj_id_329)s, %(obj_id_330)s, %(obj_id_331)s, %(obj_id_332)s, %(obj_id_333)s, %(obj_id_334)s, %(obj_id_335)s, %(obj_id_336)s, %(obj_id_337)s, %(obj_id_338)s, %(obj_id_339)s, %(obj_id_340)s, %(obj_id_341)s, %(obj_id_342)s, %(obj_id_343)s, %(obj_id_344)s, %(obj_id_345)s, %(obj_id_346)s, %(obj_id_347)s, %(obj_id_348)s, %(obj_id_349)s, %(obj_id_350)s, %(obj_id_351)s, %(obj_id_352)s, %(obj_id_353)s, %(obj_id_354)s, %(obj_id_355)s, %(obj_id_356)s, %(obj_id_357)s, %(obj_id_358)s, %(obj_id_359)s, %(obj_id_360)s, %(obj_id_361)s, %(obj_id_362)s, %(obj_id_363)s, %(obj_id_364)s, %(obj_id_365)s, %(obj_id_366)s, %(obj_id_367)s, %(obj_id_368)s, %(obj_id_369)s, %(obj_id_370)s, %(obj_id_371)s, %(obj_id_372)s, %(obj_id_373)s, %(obj_id_374)s, %(obj_id_375)s, %(obj_id_376)s, %(obj_id_377)s, %(obj_id_378)s, %(obj_id_379)s, %(obj_id_380)s, %(obj_id_381)s, %(obj_id_382)s, %(obj_id_383)s, %(obj_id_384)s, %(obj_id_385)s, %(obj_id_386)s, %(obj_id_387)s, %(obj_id_388)s, %(obj_id_389)s, %(obj_id_390)s, %(obj_id_391)s, %(obj_id_392)s, %(obj_id_393)s, %(obj_id_394)s, %(obj_id_395)s, %(obj_id_396)s, %(obj_id_397)s, %(obj_id_398)s, %(obj_id_399)s, %(obj_id_400)s, %(obj_id_401)s, %(obj_id_402)s, %(obj_id_403)s, %(obj_id_404)s, %(obj_id_405)s, %(obj_id_406)s, %(obj_id_407)s, %(obj_id_408)s, %(obj_id_409)s, %(obj_id_410)s, %(obj_id_411)s, %(obj_id_412)s, %(obj_id_413)s, %(obj_id_414)s, %(obj_id_415)s, %(obj_id_416)s, %(obj_id_417)s, %(obj_id_418)s, %(obj_id_419)s, %(obj_id_420)s, %(obj_id_421)s, %(obj_id_422)s, %(obj_id_423)s, %(obj_id_424)s, %(obj_id_425)s, %(obj_id_426)s, %(obj_id_427)s, %(obj_id_428)s, %(obj_id_429)s, %(obj_id_430)s, %(obj_id_431)s, %(obj_id_432)s, %(obj_id_433)s, %(obj_id_434)s, %(obj_id_435)s, %(obj_id_436)s, %(obj_id_437)s, %(obj_id_438)s, %(obj_id_439)s, %(obj_id_440)s, %(obj_id_441)s, %(obj_id_442)s, %(obj_id_443)s, %(obj_id_444)s, %(obj_id_445)s, %(obj_id_446)s, %(obj_id_447)s, %(obj_id_448)s, %(obj_id_449)s, %(obj_id_450)s, %(obj_id_451)s, %(obj_id_452)s, %(obj_id_453)s, %(obj_id_454)s, %(obj_id_455)s, %(obj_id_456)s, %(obj_id_457)s, %(obj_id_458)s, %(obj_id_459)s, %(obj_id_460)s, %(obj_id_461)s, %(obj_id_462)s, %(obj_id_463)s, %(obj_id_464)s, %(obj_id_465)s, %(obj_id_466)s, %(obj_id_467)s, %(obj_id_468)s, %(obj_id_469)s, %(obj_id_470)s, %(obj_id_471)s, %(obj_id_472)s, %(obj_id_473)s, %(obj_id_474)s, %(obj_id_475)s, %(obj_id_476)s, %(obj_id_477)s, %(obj_id_478)s, %(obj_id_479)s, %(obj_id_480)s, %(obj_id_481)s, %(obj_id_482)s, %(obj_id_483)s, %(obj_id_484)s, %(obj_id_485)s, %(obj_id_486)s, %(obj_id_487)s, %(obj_id_488)s, %(obj_id_489)s, %(obj_id_490)s, %(obj_id_491)s, %(obj_id_492)s, %(obj_id_493)s, %(obj_id_494)s, %(obj_id_495)s, %(obj_id_496)s, %(obj_id_497)s, %(obj_id_498)s, %(obj_id_499)s, %(obj_id_500)s, %(obj_id_501)s, %(obj_id_502)s, %(obj_id_503)s, %(obj_id_504)s, %(obj_id_505)s, %(obj_id_506)s, %(obj_id_507)s, %(obj_id_508)s, %(obj_id_509)s, %(obj_id_510)s, %(obj_id_511)s, %(obj_id_512)s, %(obj_id_513)s, %(obj_id_514)s, %(obj_id_515)s, %(obj_id_516)s, %(obj_id_517)s, %(obj_id_518)s, %(obj_id_519)s, %(obj_id_520)s, %(obj_id_521)s, %(obj_id_522)s, %(obj_id_523)s, %(obj_id_524)s, %(obj_id_525)s, %(obj_id_526)s, %(obj_id_527)s, %(obj_id_528)s, %(obj_id_529)s, %(obj_id_530)s, %(obj_id_531)s, %(obj_id_532)s, %(obj_id_533)s, %(obj_id_534)s, %(obj_id_535)s, %(obj_id_536)s, %(obj_id_537)s, %(obj_id_538)s, %(obj_id_539)s, %(obj_id_540)s, %(obj_id_541)s, %(obj_id_542)s, %(obj_id_543)s, %(obj_id_544)s, %(obj_id_545)s, %(obj_id_546)s, %(obj_id_547)s, %(obj_id_548)s, %(obj_id_549)s, %(obj_id_550)s, %(obj_id_551)s, %(obj_id_552)s, %(obj_id_553)s, %(obj_id_554)s, %(obj_id_555)s, %(obj_id_556)s, %(obj_id_557)s, %(obj_id_558)s, %(obj_id_559)s, %(obj_id_560)s, %(obj_id_561)s, %(obj_id_562)s, %(obj_id_563)s, %(obj_id_564)s, %(obj_id_565)s, %(obj_id_566)s, %(obj_id_567)s, %(obj_id_568)s, %(obj_id_569)s, %(obj_id_570)s, %(obj_id_571)s, %(obj_id_572)s, %(obj_id_573)s, %(obj_id_574)s, %(obj_id_575)s, %(obj_id_576)s, %(obj_id_577)s, %(obj_id_578)s, %(obj_id_579)s, %(obj_id_580)s, %(obj_id_581)s, %(obj_id_582)s, %(obj_id_583)s, %(obj_id_584)s, %(obj_id_585)s, %(obj_id_586)s, %(obj_id_587)s, %(obj_id_588)s, %(obj_id_589)s, %(obj_id_590)s, %(obj_id_591)s, %(obj_id_592)s, %(obj_id_593)s, %(obj_id_594)s, %(obj_id_595)s, %(obj_id_596)s, %(obj_id_597)s, %(obj_id_598)s, %(obj_id_599)s, %(obj_id_600)s, %(obj_id_601)s, %(obj_id_602)s, %(obj_id_603)s, %(obj_id_604)s, %(obj_id_605)s, %(obj_id_606)s, %(obj_id_607)s, %(obj_id_608)s, %(obj_id_609)s, %(obj_id_610)s, %(obj_id_611)s, %(obj_id_612)s, %(obj_id_613)s, %(obj_id_614)s, %(obj_id_615)s, %(obj_id_616)s, %(obj_id_617)s, %(obj_id_618)s, %(obj_id_619)s, %(obj_id_620)s, %(obj_id_621)s, %(obj_id_622)s, %(obj_id_623)s, %(obj_id_624)s, %(obj_id_625)s, %(obj_id_626)s, %(obj_id_627)s, %(obj_id_628)s, %(obj_id_629)s, %(obj_id_630)s, %(obj_id_631)s, %(obj_id_632)s, %(obj_id_633)s, %(obj_id_634)s, %(obj_id_635)s, %(obj_id_636)s, %(obj_id_637)s, %(obj_id_638)s, %(obj_id_639)s, %(obj_id_640)s, %(obj_id_641)s, %(obj_id_642)s, %(obj_id_643)s, %(obj_id_644)s, %(obj_id_645)s, %(obj_id_646)s, %(obj_id_647)s, %(obj_id_648)s, %(obj_id_649)s, %(obj_id_650)s, %(obj_id_651)s, %(obj_id_652)s, %(obj_id_653)s, %(obj_id_654)s, %(obj_id_655)s, %(obj_id_656)s, %(obj_id_657)s, %(obj_id_658)s, %(obj_id_659)s, %(obj_id_660)s, %(obj_id_661)s, %(obj_id_662)s, %(obj_id_663)s, %(obj_id_664)s, %(obj_id_665)s, %(obj_id_666)s, %(obj_id_667)s, %(obj_id_668)s, %(obj_id_669)s, %(obj_id_670)s, %(obj_id_671)s, %(obj_id_672)s, %(obj_id_673)s, %(obj_id_674)s, %(obj_id_675)s, %(obj_id_676)s, %(obj_id_677)s, %(obj_id_678)s, %(obj_id_679)s, %(obj_id_680)s, %(obj_id_681)s, %(obj_id_682)s, %(obj_id_683)s, %(obj_id_684)s, %(obj_id_685)s, %(obj_id_686)s, %(obj_id_687)s, %(obj_id_688)s, %(obj_id_689)s, %(obj_id_690)s, %(obj_id_691)s, %(obj_id_692)s, %(obj_id_693)s, %(obj_id_694)s, %(obj_id_695)s, %(obj_id_696)s, %(obj_id_697)s, %(obj_id_698)s, %(obj_id_699)s, %(obj_id_700)s, %(obj_id_701)s, %(obj_id_702)s, %(obj_id_703)s, %(obj_id_704)s, %(obj_id_705)s, %(obj_id_706)s, %(obj_id_707)s, %(obj_id_708)s, %(obj_id_709)s, %(obj_id_710)s, %(obj_id_711)s, %(obj_id_712)s, %(obj_id_713)s, %(obj_id_714)s, %(obj_id_715)s, %(obj_id_716)s, %(obj_id_717)s, %(obj_id_718)s, %(obj_id_719)s, %(obj_id_720)s, %(obj_id_721)s, %(obj_id_722)s, %(obj_id_723)s, %(obj_id_724)s, %(obj_id_725)s, %(obj_id_726)s, %(obj_id_727)s, %(obj_id_728)s, %(obj_id_729)s, %(obj_id_730)s, %(obj_id_731)s, %(obj_id_732)s, %(obj_id_733)s, %(obj_id_734)s, %(obj_id_735)s, %(obj_id_736)s, %(obj_id_737)s, %(obj_id_738)s, %(obj_id_739)s, %(obj_id_740)s, %(obj_id_741)s, %(obj_id_742)s, %(obj_id_743)s, %(obj_id_744)s, %(obj_id_745)s, %(obj_id_746)s, %(obj_id_747)s, %(obj_id_748)s, %(obj_id_749)s, %(obj_id_750)s, %(obj_id_751)s, %(obj_id_752)s, %(obj_id_753)s, %(obj_id_754)s, %(obj_id_755)s, %(obj_id_756)s, %(obj_id_757)s, %(obj_id_758)s, %(obj_id_759)s, %(obj_id_760)s, %(obj_id_761)s, %(obj_id_762)s, %(obj_id_763)s, %(obj_id_764)s, %(obj_id_765)s, %(obj_id_766)s, %(obj_id_767)s, %(obj_id_768)s, %(obj_id_769)s, %(obj_id_770)s, %(obj_id_771)s, %(obj_id_772)s, %(obj_id_773)s, %(obj_id_774)s, %(obj_id_775)s, %(obj_id_776)s, %(obj_id_777)s, %(obj_id_778)s, %(obj_id_779)s, %(obj_id_780)s, %(obj_id_781)s, %(obj_id_782)s, %(obj_id_783)s, %(obj_id_784)s, %(obj_id_785)s, %(obj_id_786)s, %(obj_id_787)s, %(obj_id_788)s, %(obj_id_789)s, %(obj_id_790)s, %(obj_id_791)s, %(obj_id_792)s, %(obj_id_793)s, %(obj_id_794)s, %(obj_id_795)s, %(obj_id_796)s, %(obj_id_797)s, %(obj_id_798)s, %(obj_id_799)s, %(obj_id_800)s, %(obj_id_801)s, %(obj_id_802)s, %(obj_id_803)s, %(obj_id_804)s, %(obj_id_805)s, %(obj_id_806)s, %(obj_id_807)s, %(obj_id_808)s, %(obj_id_809)s, %(obj_id_810)s, %(obj_id_811)s, %(obj_id_812)s, %(obj_id_813)s, %(obj_id_814)s, %(obj_id_815)s, %(obj_id_816)s, %(obj_id_817)s, %(obj_id_818)s, %(obj_id_819)s, %(obj_id_820)s, %(obj_id_821)s, %(obj_id_822)s, %(obj_id_823)s, %(obj_id_824)s, %(obj_id_825)s, %(obj_id_826)s, %(obj_id_827)s, %(obj_id_828)s, %(obj_id_829)s, %(obj_id_830)s, %(obj_id_831)s, %(obj_id_832)s, %(obj_id_833)s, %(obj_id_834)s, %(obj_id_835)s, %(obj_id_836)s, %(obj_id_837)s, %(obj_id_838)s, %(obj_id_839)s, %(obj_id_840)s, %(obj_id_841)s, %(obj_id_842)s, %(obj_id_843)s, %(obj_id_844)s, %(obj_id_845)s, %(obj_id_846)s, %(obj_id_847)s, %(obj_id_848)s, %(obj_id_849)s, %(obj_id_850)s, %(obj_id_851)s, %(obj_id_852)s, %(obj_id_853)s, %(obj_id_854)s, %(obj_id_855)s, %(obj_id_856)s, %(obj_id_857)s, %(obj_id_858)s, %(obj_id_859)s, %(obj_id_860)s, %(obj_id_861)s, %(obj_id_862)s, %(obj_id_863)s, %(obj_id_864)s, %(obj_id_865)s, %(obj_id_866)s, %(obj_id_867)s, %(obj_id_868)s, %(obj_id_869)s, %(obj_id_870)s, %(obj_id_871)s, %(obj_id_872)s, %(obj_id_873)s, %(obj_id_874)s, %(obj_id_875)s, %(obj_id_876)s, %(obj_id_877)s, %(obj_id_878)s, %(obj_id_879)s, %(obj_id_880)s, %(obj_id_881)s, %(obj_id_882)s, %(obj_id_883)s, %(obj_id_884)s, %(obj_id_885)s, %(obj_id_886)s, %(obj_id_887)s, %(obj_id_888)s, %(obj_id_889)s, %(obj_id_890)s, %(obj_id_891)s, %(obj_id_892)s, %(obj_id_893)s, %(obj_id_894)s, %(obj_id_895)s, %(obj_id_896)s, %(obj_id_897)s, %(obj_id_898)s, %(obj_id_899)s, %(obj_id_900)s, %(obj_id_901)s, %(obj_id_902)s, %(obj_id_903)s, %(obj_id_904)s, %(obj_id_905)s, %(obj_id_906)s, %(obj_id_907)s, %(obj_id_908)s, %(obj_id_909)s, %(obj_id_910)s, %(obj_id_911)s, %(obj_id_912)s, %(obj_id_913)s, %(obj_id_914)s, %(obj_id_915)s, %(obj_id_916)s, %(obj_id_917)s, %(obj_id_918)s, %(obj_id_919)s, %(obj_id_920)s, %(obj_id_921)s, %(obj_id_922)s, %(obj_id_923)s, %(obj_id_924)s, %(obj_id_925)s, %(obj_id_926)s, %(obj_id_927)s, %(obj_id_928)s, %(obj_id_929)s, %(obj_id_930)s, %(obj_id_931)s, %(obj_id_932)s, %(obj_id_933)s, %(obj_id_934)s, %(obj_id_935)s, %(obj_id_936)s, %(obj_id_937)s, %(obj_id_938)s, %(obj_id_939)s, %(obj_id_940)s, %(obj_id_941)s, %(obj_id_942)s, %(obj_id_943)s, %(obj_id_944)s, %(obj_id_945)s, %(obj_id_946)s, %(obj_id_947)s, %(obj_id_948)s, %(obj_id_949)s, %(obj_id_950)s, %(obj_id_951)s, %(obj_id_952)s, %(obj_id_953)s, %(obj_id_954)s, %(obj_id_955)s, %(obj_id_956)s, %(obj_id_957)s, %(obj_id_958)s, %(obj_id_959)s, %(obj_id_960)s, %(obj_id_961)s, %(obj_id_962)s, %(obj_id_963)s, %(obj_id_964)s, %(obj_id_965)s, %(obj_id_966)s, %(obj_id_967)s, %(obj_id_968)s, %(obj_id_969)s, %(obj_id_970)s, %(obj_id_971)s, %(obj_id_972)s, %(obj_id_973)s, %(obj_id_974)s, %(obj_id_975)s, %(obj_id_976)s, %(obj_id_977)s, %(obj_id_978)s, %(obj_id_979)s, %(obj_id_980)s, %(obj_id_981)s, %(obj_id_982)s, %(obj_id_983)s, %(obj_id_984)s, %(obj_id_985)s, %(obj_id_986)s, %(obj_id_987)s, %(obj_id_988)s, %(obj_id_989)s, %(obj_id_990)s, %(obj_id_991)s, %(obj_id_992)s, %(obj_id_993)s, %(obj_id_994)s, %(obj_id_995)s, %(obj_id_996)s, %(obj_id_997)s, %(obj_id_998)s, %(obj_id_999)s, %(obj_id_1000)s, %(obj_id_1001)s, %(obj_id_1002)s, %(obj_id_1003)s, %(obj_id_1004)s, %(obj_id_1005)s, %(obj_id_1006)s, %(obj_id_1007)s, %(obj_id_1008)s, %(obj_id_1009)s, %(obj_id_1010)s, %(obj_id_1011)s, %(obj_id_1012)s, %(obj_id_1013)s, %(obj_id_1014)s, %(obj_id_1015)s, %(obj_id_1016)s, %(obj_id_1017)s, %(obj_id_1018)s, %(obj_id_1019)s, %(obj_id_1020)s, %(obj_id_1021)s, %(obj_id_1022)s, %(obj_id_1023)s, %(obj_id_1024)s, %(obj_id_1025)s, %(obj_id_1026)s, %(obj_id_1027)s, %(obj_id_1028)s, %(obj_id_1029)s, %(obj_id_1030)s, %(obj_id_1031)s, %(obj_id_1032)s, %(obj_id_1033)s, %(obj_id_1034)s, %(obj_id_1035)s, %(obj_id_1036)s, %(obj_id_1037)s, %(obj_id_1038)s, %(obj_id_1039)s, %(obj_id_1040)s, %(obj_id_1041)s, %(obj_id_1042)s, %(obj_id_1043)s, %(obj_id_1044)s, %(obj_id_1045)s, %(obj_id_1046)s, %(obj_id_1047)s, %(obj_id_1048)s, %(obj_id_1049)s, %(obj_id_1050)s, %(obj_id_1051)s, %(obj_id_1052)s, %(obj_id_1053)s, %(obj_id_1054)s, %(obj_id_1055)s, %(obj_id_1056)s, %(obj_id_1057)s, %(obj_id_1058)s, %(obj_id_1059)s, %(obj_id_1060)s, %(obj_id_1061)s, %(obj_id_1062)s, %(obj_id_1063)s, %(obj_id_1064)s, %(obj_id_1065)s, %(obj_id_1066)s, %(obj_id_1067)s, %(obj_id_1068)s, %(obj_id_1069)s, %(obj_id_1070)s, %(obj_id_1071)s, %(obj_id_1072)s, %(obj_id_1073)s, %(obj_id_1074)s, %(obj_id_1075)s, %(obj_id_1076)s, %(obj_id_1077)s, %(obj_id_1078)s, %(obj_id_1079)s, %(obj_id_1080)s, %(obj_id_1081)s, %(obj_id_1082)s, %(obj_id_1083)s, %(obj_id_1084)s, %(obj_id_1085)s, %(obj_id_1086)s, %(obj_id_1087)s, %(obj_id_1088)s, %(obj_id_1089)s, %(obj_id_1090)s, %(obj_id_1091)s, %(obj_id_1092)s, %(obj_id_1093)s, %(obj_id_1094)s, %(obj_id_1095)s, %(obj_id_1096)s, %(obj_id_1097)s, %(obj_id_1098)s, %(obj_id_1099)s, %(obj_id_1100)s, %(obj_id_1101)s, %(obj_id_1102)s, %(obj_id_1103)s, %(obj_id_1104)s, %(obj_id_1105)s, %(obj_id_1106)s, %(obj_id_1107)s, %(obj_id_1108)s, %(obj_id_1109)s, %(obj_id_1110)s, %(obj_id_1111)s, %(obj_id_1112)s, %(obj_id_1113)s, %(obj_id_1114)s, %(obj_id_1115)s, %(obj_id_1116)s, %(obj_id_1117)s, %(obj_id_1118)s, %(obj_id_1119)s, %(obj_id_1120)s, %(obj_id_1121)s, %(obj_id_1122)s, %(obj_id_1123)s, %(obj_id_1124)s, %(obj_id_1125)s, %(obj_id_1126)s, %(obj_id_1127)s, %(obj_id_1128)s, %(obj_id_1129)s, %(obj_id_1130)s, %(obj_id_1131)s, %(obj_id_1132)s, %(obj_id_1133)s, %(obj_id_1134)s, %(obj_id_1135)s, %(obj_id_1136)s, %(obj_id_1137)s, %(obj_id_1138)s, %(obj_id_1139)s, %(obj_id_1140)s, %(obj_id_1141)s, %(obj_id_1142)s, %(obj_id_1143)s, %(obj_id_1144)s, %(obj_id_1145)s, %(obj_id_1146)s, %(obj_id_1147)s, %(obj_id_1148)s, %(obj_id_1149)s, %(obj_id_1150)s, %(obj_id_1151)s, %(obj_id_1152)s, %(obj_id_1153)s, %(obj_id_1154)s, %(obj_id_1155)s, %(obj_id_1156)s, %(obj_id_1157)s, %(obj_id_1158)s, %(obj_id_1159)s, %(obj_id_1160)s, %(obj_id_1161)s, %(obj_id_1162)s, %(obj_id_1163)s, %(obj_id_1164)s, %(obj_id_1165)s, %(obj_id_1166)s, %(obj_id_1167)s, %(obj_id_1168)s, %(obj_id_1169)s, %(obj_id_1170)s, %(obj_id_1171)s, %(obj_id_1172)s, %(obj_id_1173)s, %(obj_id_1174)s, %(obj_id_1175)s, %(obj_id_1176)s, %(obj_id_1177)s, %(obj_id_1178)s, %(obj_id_1179)s, %(obj_id_1180)s, %(obj_id_1181)s, %(obj_id_1182)s, %(obj_id_1183)s, %(obj_id_1184)s, %(obj_id_1185)s, %(obj_id_1186)s, %(obj_id_1187)s, %(obj_id_1188)s, %(obj_id_1189)s, %(obj_id_1190)s, %(obj_id_1191)s, %(obj_id_1192)s, %(obj_id_1193)s, %(obj_id_1194)s, %(obj_id_1195)s, %(obj_id_1196)s, %(obj_id_1197)s, %(obj_id_1198)s, %(obj_id_1199)s, %(obj_id_1200)s, %(obj_id_1201)s, %(obj_id_1202)s, %(obj_id_1203)s, %(obj_id_1204)s, %(obj_id_1205)s, %(obj_id_1206)s, %(obj_id_1207)s, %(obj_id_1208)s, %(obj_id_1209)s, %(obj_id_1210)s, %(obj_id_1211)s, %(obj_id_1212)s, %(obj_id_1213)s, %(obj_id_1214)s, %(obj_id_1215)s, %(obj_id_1216)s, %(obj_id_1217)s, %(obj_id_1218)s, %(obj_id_1219)s, %(obj_id_1220)s, %(obj_id_1221)s, %(obj_id_1222)s, %(obj_id_1223)s, %(obj_id_1224)s, %(obj_id_1225)s, %(obj_id_1226)s, %(obj_id_1227)s, %(obj_id_1228)s, %(obj_id_1229)s, %(obj_id_1230)s, %(obj_id_1231)s, %(obj_id_1232)s, %(obj_id_1233)s, %(obj_id_1234)s, %(obj_id_1235)s, %(obj_id_1236)s, %(obj_id_1237)s, %(obj_id_1238)s, %(obj_id_1239)s, %(obj_id_1240)s, %(obj_id_1241)s, %(obj_id_1242)s, %(obj_id_1243)s, %(obj_id_1244)s, %(obj_id_1245)s, %(obj_id_1246)s, %(obj_id_1247)s, %(obj_id_1248)s, %(obj_id_1249)s, %(obj_id_1250)s, %(obj_id_1251)s, %(obj_id_1252)s, %(obj_id_1253)s, %(obj_id_1254)s, %(obj_id_1255)s, %(obj_id_1256)s, %(obj_id_1257)s, %(obj_id_1258)s, %(obj_id_1259)s, %(obj_id_1260)s, %(obj_id_1261)s, %(obj_id_1262)s, %(obj_id_1263)s, %(obj_id_1264)s, %(obj_id_1265)s, %(obj_id_1266)s, %(obj_id_1267)s, %(obj_id_1268)s, %(obj_id_1269)s, %(obj_id_1270)s, %(obj_id_1271)s, %(obj_id_1272)s, %(obj_id_1273)s, %(obj_id_1274)s, %(obj_id_1275)s, %(obj_id_1276)s, %(obj_id_1277)s, %(obj_id_1278)s, %(obj_id_1279)s, %(obj_id_1280)s, %(obj_id_1281)s, %(obj_id_1282)s, %(obj_id_1283)s, %(obj_id_1284)s, %(obj_id_1285)s, %(obj_id_1286)s, %(obj_id_1287)s, %(obj_id_1288)s, %(obj_id_1289)s, %(obj_id_1290)s, %(obj_id_1291)s, %(obj_id_1292)s, %(obj_id_1293)s, %(obj_id_1294)s, %(obj_id_1295)s, %(obj_id_1296)s, %(obj_id_1297)s, %(obj_id_1298)s, %(obj_id_1299)s, %(obj_id_1300)s, %(obj_id_1301)s, %(obj_id_1302)s, %(obj_id_1303)s, %(obj_id_1304)s, %(obj_id_1305)s, %(obj_id_1306)s, %(obj_id_1307)s, %(obj_id_1308)s, %(obj_id_1309)s, %(obj_id_1310)s, %(obj_id_1311)s, %(obj_id_1312)s, %(obj_id_1313)s, %(obj_id_1314)s, %(obj_id_1315)s, %(obj_id_1316)s, %(obj_id_1317)s, %(obj_id_1318)s, %(obj_id_1319)s, %(obj_id_1320)s, %(obj_id_1321)s, %(obj_id_1322)s, %(obj_id_1323)s, %(obj_id_1324)s, %(obj_id_1325)s, %(obj_id_1326)s, %(obj_id_1327)s, %(obj_id_1328)s, %(obj_id_1329)s, %(obj_id_1330)s, %(obj_id_1331)s, %(obj_id_1332)s, %(obj_id_1333)s, %(obj_id_1334)s, %(obj_id_1335)s, %(obj_id_1336)s, %(obj_id_1337)s, %(obj_id_1338)s, %(obj_id_1339)s, %(obj_id_1340)s, %(obj_id_1341)s, %(obj_id_1342)s, %(obj_id_1343)s, %(obj_id_1344)s, %(obj_id_1345)s, %(obj_id_1346)s, %(obj_id_1347)s, %(obj_id_1348)s, %(obj_id_1349)s, %(obj_id_1350)s, %(obj_id_1351)s, %(obj_id_1352)s, %(obj_id_1353)s, %(obj_id_1354)s, %(obj_id_1355)s, %(obj_id_1356)s, %(obj_id_1357)s, %(obj_id_1358)s, %(obj_id_1359)s, %(obj_id_1360)s, %(obj_id_1361)s, %(obj_id_1362)s, %(obj_id_1363)s, %(obj_id_1364)s, %(obj_id_1365)s, %(obj_id_1366)s, %(obj_id_1367)s, %(obj_id_1368)s, %(obj_id_1369)s, %(obj_id_1370)s, %(obj_id_1371)s, %(obj_id_1372)s, %(obj_id_1373)s, %(obj_id_1374)s, %(obj_id_1375)s, %(obj_id_1376)s, %(obj_id_1377)s, %(obj_id_1378)s, %(obj_id_1379)s, %(obj_id_1380)s, %(obj_id_1381)s, %(obj_id_1382)s, %(obj_id_1383)s, %(obj_id_1384)s, %(obj_id_1385)s, %(obj_id_1386)s, %(obj_id_1387)s, %(obj_id_1388)s, %(obj_id_1389)s, %(obj_id_1390)s, %(obj_id_1391)s, %(obj_id_1392)s, %(obj_id_1393)s, %(obj_id_1394)s, %(obj_id_1395)s, %(obj_id_1396)s, %(obj_id_1397)s, %(obj_id_1398)s, %(obj_id_1399)s, %(obj_id_1400)s, %(obj_id_1401)s, %(obj_id_1402)s, %(obj_id_1403)s, %(obj_id_1404)s, %(obj_id_1405)s, %(obj_id_1406)s, %(obj_id_1407)s, %(obj_id_1408)s, %(obj_id_1409)s, %(obj_id_1410)s, %(obj_id_1411)s, %(obj_id_1412)s, %(obj_id_1413)s, %(obj_id_1414)s, %(obj_id_1415)s, %(obj_id_1416)s, %(obj_id_1417)s, %(obj_id_1418)s, %(obj_id_1419)s, %(obj_id_1420)s, %(obj_id_1421)s, %(obj_id_1422)s, %(obj_id_1423)s, %(obj_id_1424)s, %(obj_id_1425)s, %(obj_id_1426)s, %(obj_id_1427)s, %(obj_id_1428)s, %(obj_id_1429)s, %(obj_id_1430)s, %(obj_id_1431)s, %(obj_id_1432)s, %(obj_id_1433)s, %(obj_id_1434)s, %(obj_id_1435)s, %(obj_id_1436)s, %(obj_id_1437)s, %(obj_id_1438)s, %(obj_id_1439)s, %(obj_id_1440)s, %(obj_id_1441)s, %(obj_id_1442)s, %(obj_id_1443)s, %(obj_id_1444)s, %(obj_id_1445)s, %(obj_id_1446)s, %(obj_id_1447)s, %(obj_id_1448)s, %(obj_id_1449)s, %(obj_id_1450)s, %(obj_id_1451)s, %(obj_id_1452)s, %(obj_id_1453)s, %(obj_id_1454)s, %(obj_id_1455)s, %(obj_id_1456)s, %(obj_id_1457)s, %(obj_id_1458)s, %(obj_id_1459)s, %(obj_id_1460)s, %(obj_id_1461)s, %(obj_id_1462)s, %(obj_id_1463)s, %(obj_id_1464)s, %(obj_id_1465)s, %(obj_id_1466)s, %(obj_id_1467)s, %(obj_id_1468)s, %(obj_id_1469)s, %(obj_id_1470)s, %(obj_id_1471)s, %(obj_id_1472)s, %(obj_id_1473)s, %(obj_id_1474)s, %(obj_id_1475)s, %(obj_id_1476)s, %(obj_id_1477)s, %(obj_id_1478)s, %(obj_id_1479)s, %(obj_id_1480)s, %(obj_id_1481)s, %(obj_id_1482)s, %(obj_id_1483)s, %(obj_id_1484)s, %(obj_id_1485)s, %(obj_id_1486)s, %(obj_id_1487)s, %(obj_id_1488)s, %(obj_id_1489)s, %(obj_id_1490)s, %(obj_id_1491)s, %(obj_id_1492)s, %(obj_id_1493)s, %(obj_id_1494)s, %(obj_id_1495)s, %(obj_id_1496)s, %(obj_id_1497)s, %(obj_id_1498)s, %(obj_id_1499)s, %(obj_id_1500)s, %(obj_id_1501)s, %(obj_id_1502)s, %(obj_id_1503)s, %(obj_id_1504)s, %(obj_id_1505)s, %(obj_id_1506)s, %(obj_id_1507)s, %(obj_id_1508)s, %(obj_id_1509)s, %(obj_id_1510)s, %(obj_id_1511)s, %(obj_id_1512)s, %(obj_id_1513)s, %(obj_id_1514)s, %(obj_id_1515)s, %(obj_id_1516)s, %(obj_id_1517)s, %(obj_id_1518)s, %(obj_id_1519)s, %(obj_id_1520)s, %(obj_id_1521)s, %(obj_id_1522)s, %(obj_id_1523)s, %(obj_id_1524)s, %(obj_id_1525)s, %(obj_id_1526)s, %(obj_id_1527)s, %(obj_id_1528)s, %(obj_id_1529)s, %(obj_id_1530)s, %(obj_id_1531)s, %(obj_id_1532)s, %(obj_id_1533)s, %(obj_id_1534)s, %(obj_id_1535)s, %(obj_id_1536)s, %(obj_id_1537)s, %(obj_id_1538)s, %(obj_id_1539)s, %(obj_id_1540)s, %(obj_id_1541)s, %(obj_id_1542)s, %(obj_id_1543)s, %(obj_id_1544)s, %(obj_id_1545)s, %(obj_id_1546)s, %(obj_id_1547)s, %(obj_id_1548)s, %(obj_id_1549)s, %(obj_id_1550)s, %(obj_id_1551)s, %(obj_id_1552)s, %(obj_id_1553)s, %(obj_id_1554)s, %(obj_id_1555)s, %(obj_id_1556)s, %(obj_id_1557)s, %(obj_id_1558)s, %(obj_id_1559)s, %(obj_id_1560)s, %(obj_id_1561)s, %(obj_id_1562)s, %(obj_id_1563)s, %(obj_id_1564)s, %(obj_id_1565)s, %(obj_id_1566)s, %(obj_id_1567)s, %(obj_id_1568)s, %(obj_id_1569)s, %(obj_id_1570)s, %(obj_id_1571)s, %(obj_id_1572)s, %(obj_id_1573)s, %(obj_id_1574)s, %(obj_id_1575)s, %(obj_id_1576)s, %(obj_id_1577)s, %(obj_id_1578)s, %(obj_id_1579)s, %(obj_id_1580)s, %(obj_id_1581)s, %(obj_id_1582)s, %(obj_id_1583)s, %(obj_id_1584)s, %(obj_id_1585)s, %(obj_id_1586)s, %(obj_id_1587)s, %(obj_id_1588)s, %(obj_id_1589)s, %(obj_id_1590)s, %(obj_id_1591)s, %(obj_id_1592)s, %(obj_id_1593)s, %(obj_id_1594)s, %(obj_id_1595)s, %(obj_id_1596)s, %(obj_id_1597)s, %(obj_id_1598)s, %(obj_id_1599)s, %(obj_id_1600)s, %(obj_id_1601)s, %(obj_id_1602)s, %(obj_id_1603)s, %(obj_id_1604)s, %(obj_id_1605)s, %(obj_id_1606)s, %(obj_id_1607)s, %(obj_id_1608)s, %(obj_id_1609)s, %(obj_id_1610)s, %(obj_id_1611)s, %(obj_id_1612)s, %(obj_id_1613)s, %(obj_id_1614)s, %(obj_id_1615)s, %(obj_id_1616)s, %(obj_id_1617)s, %(obj_id_1618)s, %(obj_id_1619)s, %(obj_id_1620)s, %(obj_id_1621)s, %(obj_id_1622)s, %(obj_id_1623)s, %(obj_id_1624)s, %(obj_id_1625)s, %(obj_id_1626)s, %(obj_id_1627)s, %(obj_id_1628)s, %(obj_id_1629)s, %(obj_id_1630)s, %(obj_id_1631)s, %(obj_id_1632)s, %(obj_id_1633)s, %(obj_id_1634)s, %(obj_id_1635)s, %(obj_id_1636)s, %(obj_id_1637)s, %(obj_id_1638)s, %(obj_id_1639)s, %(obj_id_1640)s, %(obj_id_1641)s, %(obj_id_1642)s, %(obj_id_1643)s, %(obj_id_1644)s, %(obj_id_1645)s, %(obj_id_1646)s, %(obj_id_1647)s, %(obj_id_1648)s, %(obj_id_1649)s, %(obj_id_1650)s, %(obj_id_1651)s, %(obj_id_1652)s, %(obj_id_1653)s, %(obj_id_1654)s, %(obj_id_1655)s, %(obj_id_1656)s, %(obj_id_1657)s, %(obj_id_1658)s, %(obj_id_1659)s, %(obj_id_1660)s, %(obj_id_1661)s, %(obj_id_1662)s, %(obj_id_1663)s, %(obj_id_1664)s, %(obj_id_1665)s, %(obj_id_1666)s, %(obj_id_1667)s, %(obj_id_1668)s, %(obj_id_1669)s, %(obj_id_1670)s, %(obj_id_1671)s, %(obj_id_1672)s, %(obj_id_1673)s, %(obj_id_1674)s, %(obj_id_1675)s, %(obj_id_1676)s, %(obj_id_1677)s, %(obj_id_1678)s, %(obj_id_1679)s, %(obj_id_1680)s, %(obj_id_1681)s, %(obj_id_1682)s, %(obj_id_1683)s, %(obj_id_1684)s, %(obj_id_1685)s, %(obj_id_1686)s, %(obj_id_1687)s, %(obj_id_1688)s, %(obj_id_1689)s, %(obj_id_1690)s, %(obj_id_1691)s, %(obj_id_1692)s, %(obj_id_1693)s, %(obj_id_1694)s, %(obj_id_1695)s, %(obj_id_1696)s, %(obj_id_1697)s, %(obj_id_1698)s, %(obj_id_1699)s, %(obj_id_1700)s, %(obj_id_1701)s, %(obj_id_1702)s, %(obj_id_1703)s, %(obj_id_1704)s, %(obj_id_1705)s, %(obj_id_1706)s, %(obj_id_1707)s, %(obj_id_1708)s, %(obj_id_1709)s, %(obj_id_1710)s, %(obj_id_1711)s, %(obj_id_1712)s, %(obj_id_1713)s, %(obj_id_1714)s, %(obj_id_1715)s, %(obj_id_1716)s, %(obj_id_1717)s, %(obj_id_1718)s, %(obj_id_1719)s, %(obj_id_1720)s, %(obj_id_1721)s, %(obj_id_1722)s, %(obj_id_1723)s, %(obj_id_1724)s, %(obj_id_1725)s, %(obj_id_1726)s, %(obj_id_1727)s, %(obj_id_1728)s, %(obj_id_1729)s, %(obj_id_1730)s, %(obj_id_1731)s, %(obj_id_1732)s, %(obj_id_1733)s, %(obj_id_1734)s, %(obj_id_1735)s, %(obj_id_1736)s, %(obj_id_1737)s, %(obj_id_1738)s, %(obj_id_1739)s, %(obj_id_1740)s, %(obj_id_1741)s, %(obj_id_1742)s, %(obj_id_1743)s, %(obj_id_1744)s, %(obj_id_1745)s, %(obj_id_1746)s, %(obj_id_1747)s, %(obj_id_1748)s, %(obj_id_1749)s, %(obj_id_1750)s, %(obj_id_1751)s, %(obj_id_1752)s, %(obj_id_1753)s, %(obj_id_1754)s, %(obj_id_1755)s, %(obj_id_1756)s, %(obj_id_1757)s, %(obj_id_1758)s, %(obj_id_1759)s, %(obj_id_1760)s, %(obj_id_1761)s, %(obj_id_1762)s, %(obj_id_1763)s, %(obj_id_1764)s, %(obj_id_1765)s, %(obj_id_1766)s, %(obj_id_1767)s, %(obj_id_1768)s, %(obj_id_1769)s, %(obj_id_1770)s, %(obj_id_1771)s, %(obj_id_1772)s, %(obj_id_1773)s, %(obj_id_1774)s, %(obj_id_1775)s, %(obj_id_1776)s, %(obj_id_1777)s, %(obj_id_1778)s, %(obj_id_1779)s, %(obj_id_1780)s, %(obj_id_1781)s, %(obj_id_1782)s, %(obj_id_1783)s, %(obj_id_1784)s, %(obj_id_1785)s, %(obj_id_1786)s, %(obj_id_1787)s, %(obj_id_1788)s, %(obj_id_1789)s, %(obj_id_1790)s, %(obj_id_1791)s, %(obj_id_1792)s, %(obj_id_1793)s, %(obj_id_1794)s, %(obj_id_1795)s, %(obj_id_1796)s, %(obj_id_1797)s, %(obj_id_1798)s, %(obj_id_1799)s, %(obj_id_1800)s, %(obj_id_1801)s, %(obj_id_1802)s, %(obj_id_1803)s, %(obj_id_1804)s, %(obj_id_1805)s, %(obj_id_1806)s, %(obj_id_1807)s, %(obj_id_1808)s, %(obj_id_1809)s, %(obj_id_1810)s, %(obj_id_1811)s, %(obj_id_1812)s, %(obj_id_1813)s, %(obj_id_1814)s, %(obj_id_1815)s, %(obj_id_1816)s, %(obj_id_1817)s, %(obj_id_1818)s, %(obj_id_1819)s, %(obj_id_1820)s, %(obj_id_1821)s, %(obj_id_1822)s, %(obj_id_1823)s, %(obj_id_1824)s, %(obj_id_1825)s, %(obj_id_1826)s, %(obj_id_1827)s, %(obj_id_1828)s, %(obj_id_1829)s, %(obj_id_1830)s, %(obj_id_1831)s, %(obj_id_1832)s, %(obj_id_1833)s, %(obj_id_1834)s, %(obj_id_1835)s, %(obj_id_1836)s, %(obj_id_1837)s, %(obj_id_1838)s, %(obj_id_1839)s, %(obj_id_1840)s, %(obj_id_1841)s, %(obj_id_1842)s, %(obj_id_1843)s, %(obj_id_1844)s, %(obj_id_1845)s, %(obj_id_1846)s, %(obj_id_1847)s, %(obj_id_1848)s, %(obj_id_1849)s, %(obj_id_1850)s, %(obj_id_1851)s, %(obj_id_1852)s, %(obj_id_1853)s, %(obj_id_1854)s, %(obj_id_1855)s, %(obj_id_1856)s, %(obj_id_1857)s, %(obj_id_1858)s, %(obj_id_1859)s, %(obj_id_1860)s, %(obj_id_1861)s, %(obj_id_1862)s, %(obj_id_1863)s, %(obj_id_1864)s, %(obj_id_1865)s, %(obj_id_1866)s, %(obj_id_1867)s, %(obj_id_1868)s, %(obj_id_1869)s, %(obj_id_1870)s, %(obj_id_1871)s, %(obj_id_1872)s, %(obj_id_1873)s, %(obj_id_1874)s, %(obj_id_1875)s, %(obj_id_1876)s, %(obj_id_1877)s, %(obj_id_1878)s, %(obj_id_1879)s, %(obj_id_1880)s, %(obj_id_1881)s, %(obj_id_1882)s, %(obj_id_1883)s, %(obj_id_1884)s, %(obj_id_1885)s, %(obj_id_1886)s, %(obj_id_1887)s, %(obj_id_1888)s, %(obj_id_1889)s, %(obj_id_1890)s, %(obj_id_1891)s, %(obj_id_1892)s, %(obj_id_1893)s, %(obj_id_1894)s, %(obj_id_1895)s, %(obj_id_1896)s, %(obj_id_1897)s, %(obj_id_1898)s, %(obj_id_1899)s, %(obj_id_1900)s, %(obj_id_1901)s, %(obj_id_1902)s, %(obj_id_1903)s, %(obj_id_1904)s, %(obj_id_1905)s, %(obj_id_1906)s, %(obj_id_1907)s, %(obj_id_1908)s, %(obj_id_1909)s, %(obj_id_1910)s, %(obj_id_1911)s, %(obj_id_1912)s, %(obj_id_1913)s, %(obj_id_1914)s, %(obj_id_1915)s, %(obj_id_1916)s, %(obj_id_1917)s, %(obj_id_1918)s, %(obj_id_1919)s, %(obj_id_1920)s, %(obj_id_1921)s, %(obj_id_1922)s, %(obj_id_1923)s, %(obj_id_1924)s, %(obj_id_1925)s, %(obj_id_1926)s, %(obj_id_1927)s, %(obj_id_1928)s, %(obj_id_1929)s, %(obj_id_1930)s, %(obj_id_1931)s, %(obj_id_1932)s, %(obj_id_1933)s, %(obj_id_1934)s, %(obj_id_1935)s, %(obj_id_1936)s, %(obj_id_1937)s, %(obj_id_1938)s, %(obj_id_1939)s, %(obj_id_1940)s, %(obj_id_1941)s, %(obj_id_1942)s, %(obj_id_1943)s, %(obj_id_1944)s, %(obj_id_1945)s, %(obj_id_1946)s, %(obj_id_1947)s, %(obj_id_1948)s, %(obj_id_1949)s, %(obj_id_1950)s, %(obj_id_1951)s, %(obj_id_1952)s, %(obj_id_1953)s, %(obj_id_1954)s, %(obj_id_1955)s, %(obj_id_1956)s, %(obj_id_1957)s, %(obj_id_1958)s, %(obj_id_1959)s, %(obj_id_1960)s, %(obj_id_1961)s, %(obj_id_1962)s, %(obj_id_1963)s, %(obj_id_1964)s, %(obj_id_1965)s, %(obj_id_1966)s, %(obj_id_1967)s, %(obj_id_1968)s, %(obj_id_1969)s, %(obj_id_1970)s, %(obj_id_1971)s, %(obj_id_1972)s, %(obj_id_1973)s, %(obj_id_1974)s, %(obj_id_1975)s, %(obj_id_1976)s, %(obj_id_1977)s, %(obj_id_1978)s, %(obj_id_1979)s, %(obj_id_1980)s, %(obj_id_1981)s, %(obj_id_1982)s, %(obj_id_1983)s, %(obj_id_1984)s, %(obj_id_1985)s, %(obj_id_1986)s, %(obj_id_1987)s, %(obj_id_1988)s, %(obj_id_1989)s, %(obj_id_1990)s, %(obj_id_1991)s, %(obj_id_1992)s)]
[parameters: {'obj_id_1': 'ch24kcgw00HA3025', 'obj_id_2': 'NULL', 'obj_id_3': 'ch24kcgw00HA3024', 'obj_id_4': 'ch24kcgw00HA3023', 'obj_id_5': 'NULL', 'obj_id_6': 'ch24kcgw00AK3019', 'obj_id_7': 'ch24kcgw00HA4194', 'obj_id_8': 'NULL', 'obj_id_9': 'ch24kcgw00HA4167', 'obj_id_10': 'ch24kcgw00HA4195', 'obj_id_11': 'NULL', 'obj_id_12': 'ch24kcgw00AK4169', 'obj_id_13': 'ch24kcgw00HA3036', 'obj_id_14': 'NULL', 'obj_id_15': 'ch24kcgw00AK2916', 'obj_id_16': 'ch24kcgw00HA4170', 'obj_id_17': 'NULL', 'obj_id_18': 'ch24kcgw00AK3727', 'obj_id_19': 'ch24kcgw00HA4187', 'obj_id_20': 'NULL', 'obj_id_21': 'ch24kcgw00AK4162', 'obj_id_22': 'ch24kcgw00HA3026', 'obj_id_23': 'NULL', 'obj_id_24': 'ch24kcgw00HA3393', 'obj_id_25': 'ch24kcgw00HA3029', 'obj_id_26': 'NULL', 'obj_id_27': 'ch24kcgw00HA3027', 'obj_id_28': 'ch24kcgw00HA2952', 'obj_id_29': 'ch24kcgw00AK2948', 'obj_id_30': 'ch24kcgw00AK2949', 'obj_id_31': 'ch24kcgw00HA2908', 'obj_id_32': 'ch24kcgw00AK2891', 'obj_id_33': 'ch24kcgw00AK2890', 'obj_id_34': 'ch24kcgw00HA2935', 'obj_id_35': 'ch24kcgw00AK2913', 'obj_id_36': 'ch24kcgw00AK2896', 'obj_id_37': 'ch24kcgw000HA693', 'obj_id_38': 'NULL', 'obj_id_39': 'NULL', 'obj_id_40': 'ch24kcgw00HA2928', 'obj_id_41': 'ch24kcgw00AK2920', 'obj_id_42': 'ch24kcgw00AK2919', 'obj_id_43': 'ch24kcgw00HA2924', 'obj_id_44': 'ch24kcgw00AK2921', 'obj_id_45': 'ch24kcgw00AK2895', 'obj_id_46': 'ch24kcgw000HA694', 'obj_id_47': 'NULL', 'obj_id_48': 'ch24kcgw000AK271', 'obj_id_49': 'ch24kcgw00HA3735', 'obj_id_50': 'NULL', 'obj_id_51': 'ch24kcgw00HA3734', 'obj_id_52': 'ch24kcgw00HA3736', 'obj_id_53': 'NULL', 'obj_id_54': 'ch24kcgw00AK3727', 'obj_id_55': 'ch24kcgw00HA2930', 'obj_id_56': 'ch24kcgw00AK2917', 'obj_id_57': 'ch24kcgw00AK2892', 'obj_id_58': 'ch24kcgw00HA2929', 'obj_id_59': 'ch24kcgw00AK2918', 'obj_id_60': 'ch24kcgw00AK2917', 'obj_id_61': 'ch24kcgw00HA2910', 'obj_id_62': 'ch24kcgw00AK2909', 'obj_id_63': 'ch24kcgw00AK3725', 'obj_id_64': 'ch24kcgw00HA2934', 'obj_id_65': 'ch24kcgw00AK2911', 'obj_id_66': 'ch24kcgw00AK2896', 'obj_id_67': 'ch24kcgw00HA2933', 'obj_id_68': 'ch24kcgw00AK2912', 'obj_id_69': 'ch24kcgw00AK2911', 'obj_id_70': 'ch24kcgw00HA2936', 'obj_id_71': 'ch24kcgw00AK2914', 'obj_id_72': 'ch24kcgw00AK2913', 'obj_id_73': 'ch24kcgw00HA2897', 'obj_id_74': 'ch24kcgw00AK2896', 'obj_id_75': 'ch24kcgw00AK2891', 'obj_id_76': 'ch24kcgw000HA405', 'obj_id_77': 'ch24kcgw0000AK84', 'obj_id_78': 'ch24kcgw0000AK83', 'obj_id_79': 'ch24kcgw000HA414', 'obj_id_80': 'ch24kcgw0000AK93', 'obj_id_81': 'ch24kcgw0000AK92', 'obj_id_82': 'ch24kcgw000HA412', 'obj_id_83': 'ch24kcgw0000AK91', 'obj_id_84': 'ch24kcgw0000AK90', 'obj_id_85': 'ch24kcgw000HA413', 'obj_id_86': 'ch24kcgw0000AK92', 'obj_id_87': 'ch24kcgw0000AK91', 'obj_id_88': 'ch24kcgw000HA368', 'obj_id_89': 'ch24kcgw000AK818', 'obj_id_90': 'ch24kcgw0000AK38', 'obj_id_91': 'ch24kcgw000HA369', 'obj_id_92': 'ch24kcgw00AK1367', 'obj_id_93': 'ch24kcgw0000AK11', 'obj_id_94': 'ch24kcgw000HA362', 'obj_id_95': 'ch24kcgw0000AK37', 'obj_id_96': 'ch24kcgw0000AK36', 'obj_id_97': 'ch24kcgw000HA363', 'obj_id_98': 'ch24kcgw0000AK38', 'obj_id_99': 'ch24kcgw0000AK27', 'obj_id_100': 'ch24kcgw000HA374', 'obj_id_101': 'ch24kcgw0000AK53', 'obj_id_102': 'ch24kcgw0000AK52', 'obj_id_103': 'ch24kcgw000HA371', 'obj_id_104': 'ch24kcgw0000AK50', 'obj_id_105': 'ch24kcgw0000AK49', 'obj_id_106': 'ch24kcgw000HA372', 'obj_id_107': 'ch24kcgw0000AK51', 'obj_id_108': 'ch24kcgw0000AK50', 'obj_id_109': 'ch24kcgw000HA373', 'obj_id_110': 'ch24kcgw0000AK52', 'obj_id_111': 'ch24kcgw0000AK51', 'obj_id_112': 'ch24kcgw00HA2932', 'obj_id_113': 'ch24kcgw00AK2916', 'obj_id_114': 'ch24kcgw00AK2915', 'obj_id_115': 'ch24kcgw00HA2931', 'obj_id_116': 'ch24kcgw00AK2915', 'obj_id_117': 'ch24kcgw00AK2892', 'obj_id_118': 'ch24kcgw000HA339', 'obj_id_119': 'ch24kcgw0000AK10', 'obj_id_120': 'ch24kcgw00000AK9', 'obj_id_121': 'ch24kcgw000HA341', 'obj_id_122': 'ch24kcgw0000AK12', 'obj_id_123': 'ch24kcgw0000AK25', 'obj_id_124': 'ch24kcgw000HA350', 'obj_id_125': 'ch24kcgw0000AK24', 'obj_id_126': 'ch24kcgw000AK154', 'obj_id_127': 'ch24kcgw000HA351', 'obj_id_128': 'ch24kcgw0000AK25', 'obj_id_129': 'ch24kcgw0000AK26', 'obj_id_130': 'ch24kcgw000HA352', 'obj_id_131': 'ch24kcgw0000AK26', 'obj_id_132': 'ch24kcgw000AK177', 'obj_id_133': 'ch24kcgw000HA353', 'obj_id_134': 'ch24kcgw0000AK27', 'obj_id_135': 'ch24kcgw0000AK12', 'obj_id_136': 'ch24kcgw000HA347', 'obj_id_137': 'ch24kcgw0000AK21', 'obj_id_138': 'ch24kcgw0000AK20', 'obj_id_139': 'ch24kcgw000HA348', 'obj_id_140': 'ch24kcgw0000AK22', 'obj_id_141': 'ch24kcgw0000AK21', 'obj_id_142': 'ch24kcgw000HA349', 'obj_id_143': 'ch24kcgw0000AK23', 'obj_id_144': 'ch24kcgw0000AK22', 'obj_id_145': 'ch24kcgw000HA358', 'obj_id_146': 'ch24kcgw0000AK32', 'obj_id_147': 'ch24kcgw0000AK31', 'obj_id_148': 'ch24kcgw000HA359', 'obj_id_149': 'ch24kcgw0000AK33', 'obj_id_150': 'ch24kcgw0000AK32', 'obj_id_151': 'ch24kcgw000HA361', 'obj_id_152': 'ch24kcgw0000AK36', 'obj_id_153': 'ch24kcgw0000AK35', 'obj_id_154': 'ch24kcgw00HA4211', 'obj_id_155': 'NULL', 'obj_id_156': 'ch24kcgw00AK4206', 'obj_id_157': 'ch24kcgw000HA384', 'obj_id_158': 'NULL', 'obj_id_159': 'NULL', 'obj_id_160': 'ch24kcgw00HA3013', 'obj_id_161': 'NULL', 'obj_id_162': 'ch24kcgw00HA3416', 'obj_id_163': 'ch24kcgw00HA2901', 'obj_id_164': 'ch24kcgw00AK2892', 'obj_id_165': 'ch24kcgw00AK2891', 'obj_id_166': 'ch24kcgw00HA2898', 'obj_id_167': 'ch24kcgw00AK2895', 'obj_id_168': 'ch24kcgw00AK2894', 'obj_id_169': 'ch24kcgw00HA2905', 'obj_id_170': 'ch24kcgw00AK1239', 'obj_id_171': 'ch24kcgw00AK2893', 'obj_id_172': 'ch24kcgw00HA2900', 'obj_id_173': 'ch24kcgw00AK2893', 'obj_id_174': 'ch24kcgw00AK2892', 'obj_id_175': 'ch24kcgw00HA1665', 'obj_id_176': 'NULL', 'obj_id_177': 'ch24kcgw00AK1497', 'obj_id_178': 'ch24kcgw000HA796', 'obj_id_179': 'NULL', 'obj_id_180': 'ch24kcgw000HA391', 'obj_id_181': 'ch24kcgw00HA1642', 'obj_id_182': 'ch24kcgw00AK1608', 'obj_id_183': 'NULL', 'obj_id_184': 'ch24kcgw00HA1643', 'obj_id_185': 'NULL', 'obj_id_186': 'NULL', 'obj_id_187': 'ch24kcgw00HA2899', 'obj_id_188': 'ch24kcgw00AK2894', 'obj_id_189': 'ch24kcgw00AK2893', 'obj_id_190': 'ch24kcgw00HA2902', 'obj_id_191': 'ch24kcgw00AK2890', 'obj_id_192': 'ch24kcgw00AK2889', 'obj_id_193': 'ch24kcgw00HA2904', 'obj_id_194': 'ch24kcgw00AK2888', 'obj_id_195': 'ch24kcgw00AK2887', 'obj_id_196': 'ch24kcgw00HA2903', 'obj_id_197': 'ch24kcgw00AK2889', 'obj_id_198': 'ch24kcgw00AK2888', 'obj_id_199': 'ch24kcgw00HA1616', 'obj_id_200': 'ch24kcgw00AK1486', 'obj_id_201': 'ch24kcgw00AK1489', 'obj_id_202': 'ch24kcgw00HA1620', 'obj_id_203': 'ch24kcgw00AK1501', 'obj_id_204': 'ch24kcgw00AK1500', 'obj_id_205': 'ch24kcgwRE000002', 'obj_id_206': 'ch24kcgwWN000005', 'obj_id_207': 'ch24kcgwWN000003', 'obj_id_208': 'ch24kcgw00HA1641', 'obj_id_209': 'ch24kcgw00AK1607', 'obj_id_210': 'ch24kcgw00AK1606', 'obj_id_211': 'ch24kcgw00HA3702', 'obj_id_212': 'ch24kcgw00AK3690', 'obj_id_213': 'ch24kcgw00HA3697', 'obj_id_214': 'ch24kcgw00HA2942', 'obj_id_215': 'ch24kcgw00AK2940', 'obj_id_216': 'ch24kcgw00HA2943', 'obj_id_217': 'ch24kcgw000HA486', 'obj_id_218': 'ch24kcgw000AK167', 'obj_id_219': 'ch24kcgw0000AK26', 'obj_id_220': 'ch24kcgwRE000003', 'obj_id_221': 'ch24kcgwWN000003', 'obj_id_222': 'ch24kcgwWN000004', 'obj_id_223': 'ch24kcgw00HA1621', 'obj_id_224': 'ch24kcgw00AK1516', 'obj_id_225': 'ch24kcgw0000AK80', 'obj_id_226': 'ch24kcgw00HA1622', 'obj_id_227': 'ch24kcgw00AK1517', 'obj_id_228': 'ch24kcgw00AK1516', 'obj_id_229': 'ch24kcgwRE000004', 'obj_id_230': 'ch24kcgw000HA616', 'obj_id_231': 'ch24kcgwWN000003', 'obj_id_232': 'ch24kcgw00HA1674', 'obj_id_233': 'ch24kcgw00AK1535', 'obj_id_234': 'ch24kcgw00AK1673', 'obj_id_235': 'ch24kcgw000HA398', 'obj_id_236': 'ch24kcgw0000AK77', 'obj_id_237': 'ch24kcgw0000AK73', 'obj_id_238': 'ch24kcgw000HA401', 'obj_id_239': 'ch24kcgw0000AK80', 'obj_id_240': 'ch24kcgw0000AK79', 'obj_id_241': 'ch24kcgw000HA394', 'obj_id_242': 'ch24kcgw0000AK73', 'obj_id_243': 'ch24kcgw0000AK70', 'obj_id_244': 'ch24kcgw00HA1623', 'obj_id_245': 'ch24kcgw00AK1526', 'obj_id_246': 'ch24kcgw00AK1525', 'obj_id_247': 'ch24kcgw00HA1624', 'obj_id_248': 'ch24kcgw00AK1531', 'obj_id_249': 'ch24kcgw00AK1530', 'obj_id_250': 'ch24kcgw00HA1625', 'obj_id_251': 'ch24kcgw00AK1532', 'obj_id_252': 'ch24kcgw00AK1531', 'obj_id_253': 'ch24kcgw00HA1626', 'obj_id_254': 'ch24kcgw00AK1533', 'obj_id_255': 'ch24kcgw00AK1532', 'obj_id_256': 'ch24kcgwRE000005', 'obj_id_257': 'NULL', 'obj_id_258': 'ch24kcgwWN000002', 'obj_id_259': 'ch24kcgw00HA1645', 'obj_id_260': 'ch24kcgw00AK1581', 'obj_id_261': 'ch24kcgw00AK1583', 'obj_id_262': 'ch24kcgw00HA1667', 'obj_id_263': 'ch24kcgw00AK1495', 'obj_id_264': 'ch24kcgw000HA390', 'obj_id_265': 'ch24kcgw00HA1668', 'obj_id_266': 'ch24kcgw00AK1519', 'obj_id_267': 'ch24kcgw00HA1259', 'obj_id_268': 'ch24kcgw00HA1670', 'obj_id_269': 'ch24kcgw00AK1525', 'obj_id_270': 'ch24kcgw0000AK83', 'obj_id_271': 'ch24kcgw00HA1664', 'obj_id_272': 'ch24kcgw00AK1497', 'obj_id_273': 'ch24kcgw00AK1498', 'obj_id_274': 'ch24kcgw00HA1617', 'obj_id_275': 'ch24kcgw00AK1500', 'obj_id_276': 'ch24kcgw0000AK72', 'obj_id_277': 'ch24kcgw000HA788', 'obj_id_278': 'ch24kcgw00AK1512', 'obj_id_279': 'ch24kcgw000HA399', 'obj_id_280': 'ch24kcgw000HA797', 'obj_id_281': 'ch24kcgw00AK1505', 'obj_id_282': 'ch24kcgw000HA394', 'obj_id_283': 'ch24kcgw000HA395', 'obj_id_284': 'ch24kcgw0000AK74', 'obj_id_285': 'ch24kcgw0000AK71', 'obj_id_286': 'ch24kcgw000HA406', 'obj_id_287': 'ch24kcgw0000AK85', 'obj_id_288': 'ch24kcgw0000AK87', 'obj_id_289': 'ch24kcgw000HA408', 'obj_id_290': 'ch24kcgw0000AK87', 'obj_id_291': 'ch24kcgw0000AK83', 'obj_id_292': 'ch24kcgw000HA409', 'obj_id_293': 'ch24kcgw0000AK88', 'obj_id_294': 'ch24kcgw0000AK87', 'obj_id_295': 'ch24kcgw000HA795', 'obj_id_296': 'NULL', 'obj_id_297': 'ch24kcgw000HA391', 'obj_id_298': 'ch24kcgw00HA3698', 'obj_id_299': 'ch24kcgw00AK3691', 'obj_id_300': 'ch24kcgw00AK3694', 'obj_id_301': 'ch24kcgw00HA3701', 'obj_id_302': 'ch24kcgw00AK3689', 'obj_id_303': 'ch24kcgw00HA3697', 'obj_id_304': 'ch24kcgw00HA3696', 'obj_id_305': 'ch24kcgw00AK3687', 'obj_id_306': 'ch24kcgw00AK3688', 'obj_id_307': 'ch24kcgw000HA800', 'obj_id_308': 'ch24kcgw00AK1504', 'obj_id_309': 'ch24kcgw000HA392', 'obj_id_310': 'ch24kcgw000HA801', 'obj_id_311': 'ch24kcgw00AK1503', 'obj_id_312': 'ch24kcgw000HA392', 'obj_id_313': 'ch24kcgw000HA402', 'obj_id_314': 'ch24kcgw0000AK81', 'obj_id_315': 'ch24kcgw0000AK80', 'obj_id_316': 'ch24kcgw000HA404', 'obj_id_317': 'ch24kcgw0000AK83', 'obj_id_318': 'ch24kcgw0000AK82', 'obj_id_319': 'ch24kcgw00HA3661', 'obj_id_320': 'ch24kcgw00AK3644', 'obj_id_321': 'ch24kcgw00AK1580', 'obj_id_322': 'ch24kcgwRE000006', 'obj_id_323': 'ch24kcgwWN000002', 'obj_id_324': 'ch24kcgw00AK4206', 'obj_id_325': 'ch24kcgw00HA1672', 'obj_id_326': 'ch24kcgw00AK1528', 'obj_id_327': 'ch24kcgw0000AK87', 'obj_id_328': 'ch24kcgw000HA375', 'obj_id_329': 'ch24kcgw0000AK54', 'obj_id_330': 'ch24kcgw0000AK53', 'obj_id_331': 'ch24kcgw000HA376', 'obj_id_332': 'ch24kcgw0000AK55', 'obj_id_333': 'ch24kcgw0000AK54', 'obj_id_334': 'ch24kcgw00HA3697', 'obj_id_335': 'ch24kcgw00AK3688', 'obj_id_336': 'ch24kcgw00AK3691', 'obj_id_337': 'ch24kcgw00HA2943', 'obj_id_338': 'ch24kcgw00AK2941', 'obj_id_339': 'ch24kcgw00AK2939', 'obj_id_340': 'ch24kcgw00HA2945', 'obj_id_341': 'ch24kcgw00AK2938', 'obj_id_342': 'ch24kcgw00AK2937', 'obj_id_343': 'ch24kcgw00HA2944', 'obj_id_344': 'ch24kcgw00AK2939', 'obj_id_345': 'ch24kcgw00AK2938', 'obj_id_346': 'ch24kcgwRE000007', 'obj_id_347': 'ch24kcgw00AK4207', 'obj_id_348': 'ch24kcgwRE000006', 'obj_id_349': 'ch24kcgw000HA382', 'obj_id_350': 'ch24kcgwWN000006', 'obj_id_351': 'ch24kcgw0000AK60', 'obj_id_352': 'ch24kcgw00HA1649', 'obj_id_353': 'ch24kcgw00AK1486', 'obj_id_354': 'ch24kcgw00AK1483', 'obj_id_355': 'ch24kcgw00HA1669', 'obj_id_356': 'ch24kcgw00AK1522', 'obj_id_357': 'ch24kcgw00AK1521', 'obj_id_358': 'ch24kcgw000HA794', 'obj_id_359': 'ch24kcgw00AK1496', 'obj_id_360': 'ch24kcgw000HA390', 'obj_id_361': 'ch24kcgw000HA954', 'obj_id_362': 'ch24kcgw00AK2518', 'obj_id_363': 'ch24kcgw00000AK7', 'obj_id_364': 'ch24kcgw000HA377', 'obj_id_365': 'ch24kcgw0000AK56', 'obj_id_366': 'ch24kcgw0000AK55', 'obj_id_367': 'ch24kcgw000HA370', 'obj_id_368': 'ch24kcgw0000AK49', 'obj_id_369': 'ch24kcgw0000AK48', 'obj_id_370': 'ch24kcgw000HA379', 'obj_id_371': 'ch24kcgw0000AK58', 'obj_id_372': 'ch24kcgw0000AK54', 'obj_id_373': 'ch24kcgw00HA3594', 'obj_id_374': 'ch24kcgw00AK3592', 'obj_id_375': 'ch24kcgw000AK247', 'obj_id_376': 'ch24kcgw000HA383', 'obj_id_377': 'NULL', 'obj_id_378': 'NULL', 'obj_id_379': 'ch24kcgw000HA380', 'obj_id_380': 'ch24kcgw0000AK59', 'obj_id_381': 'ch24kcgw0000AK58', 'obj_id_382': 'ch24kcgw000HA381', 'obj_id_383': 'ch24kcgw0000AK60', 'obj_id_384': 'ch24kcgw0000AK59', 'obj_id_385': 'ch24kcgw000HA792', 'obj_id_386': 'NULL', 'obj_id_387': 'ch24kcgw000HA398', 'obj_id_388': 'ch24kcgw000HA390', 'obj_id_389': 'ch24kcgw0000AK69', 'obj_id_390': 'ch24kcgw0000AK68', 'obj_id_391': 'ch24kcgw000HA391', 'obj_id_392': 'ch24kcgw0000AK70', 'obj_id_393': 'ch24kcgw0000AK69', 'obj_id_394': 'ch24kcgw000HA392', 'obj_id_395': 'ch24kcgw0000AK71', 'obj_id_396': 'ch24kcgw0000AK72', 'obj_id_397': 'ch24kcgw000HA332', 'obj_id_398': 'ch24kcgw00000AK2', 'obj_id_399': 'ch24kcgw0000AK67', 'obj_id_400': 'ch24kcgw000HA340', 'obj_id_401': 'ch24kcgw0000AK11', 'obj_id_402': 'ch24kcgw00000AK9', 'obj_id_403': 'ch24kcgw000HA346', 'obj_id_404': 'ch24kcgw0000AK19', 'obj_id_405': 'ch24kcgw0000AK18', 'obj_id_406': 'ch24kcgw000HA360', 'obj_id_407': 'ch24kcgw0000AK35', 'obj_id_408': 'ch24kcgw0000AK34', 'obj_id_409': 'ch24kcgw000HA378', 'obj_id_410': 'ch24kcgw0000AK57', 'obj_id_411': 'ch24kcgw0000AK56', 'obj_id_412': 'ch24kcgw00HA3027', 'obj_id_413': 'NULL', 'obj_id_414': 'ch24kcgw00HA3467', 'obj_id_415': 'ch24kcgwRE000008', 'obj_id_416': 'ch24kcgwWN000004', 'obj_id_417': 'ch24kcgwWN000006', 'obj_id_418': 'ch24kcgw00HA3031', 'obj_id_419': 'NULL', 'obj_id_420': 'ch24kcgw00AK2963', 'obj_id_421': 'ch24kcgw00HA3030', 'obj_id_422': 'NULL', 'obj_id_423': 'ch24kcgw00AK2963', 'obj_id_424': 'ch24kcgw00HA3024', 'obj_id_425': 'NULL', 'obj_id_426': 'NULL', 'obj_id_427': 'ch24kcgw00HA2884', 'obj_id_428': 'NULL', 'obj_id_429': 'ch24kcgw00HA2877', 'obj_id_430': 'ch24kcgw000HA575', 'obj_id_431': 'ch24kcgw000AK247', 'obj_id_432': 'ch24kcgw0000AK37', 'obj_id_433': 'ch24kcgw000HA385', 'obj_id_434': 'ch24kcgw0000AK64', 'obj_id_435': 'ch24kcgwWN000005', 'obj_id_436': 'ch24kcgw00HA4208', 'obj_id_437': 'ch24kcgw00AK4206', 'obj_id_438': 'ch24kcgw000AK272', 'obj_id_439': 'ch24kcgw00HA4202', 'obj_id_440': 'NULL', 'obj_id_441': 'ch24kcgw00AK4152', 'obj_id_442': 'ch24kcgw00HA2885', 'obj_id_443': 'NULL', 'obj_id_444': 'ch24kcgw00HA2874', 'obj_id_445': 'ch24kcgw00HA2990', 'obj_id_446': 'ch24kcgw00AK2956', 'obj_id_447': 'ch24kcgw00AK2957', 'obj_id_448': 'ch24kcgw00HA4220', 'obj_id_449': 'NULL', 'obj_id_450': 'ch24kcgw00HA4214', 'obj_id_451': 'ch24kcgw00HA4221', 'obj_id_452': 'NULL', 'obj_id_453': 'ch24kcgw00HA4214', 'obj_id_454': 'ch24kcgw00HA4210', 'obj_id_455': 'NULL', 'obj_id_456': 'ch24kcgw00AK4206', 'obj_id_457': 'ch24kcgw00HA4200', 'obj_id_458': 'NULL', 'obj_id_459': 'ch24kcgw00AK4152', 'obj_id_460': 'ch24kcgw000HA393', 'obj_id_461': 'ch24kcgw0000AK72', 'obj_id_462': 'ch24kcgw000HA391', 'obj_id_463': 'ch24kcgw00HA2989', 'obj_id_464': 'ch24kcgw00AK2959', 'obj_id_465': 'ch24kcgw00AK2958', 'obj_id_466': 'ch24kcgw00HA2991', 'obj_id_467': 'ch24kcgw00AK2960', 'obj_id_468': 'ch24kcgw00AK2961', 'obj_id_469': 'ch24kcgw00HA2982', 'obj_id_470': 'NULL', 'obj_id_471': 'ch24kcgw00AK2978', 'obj_id_472': 'ch24kcgw00HA2995', 'obj_id_473': 'ch24kcgw00AK2993', 'obj_id_474': 'ch24kcgw00AK2994', 'obj_id_475': 'ch24kcgw00HA2984', 'obj_id_476': 'NULL', 'obj_id_477': 'ch24kcgw00AK2916', 'obj_id_478': 'ch24kcgw00HA4197', 'obj_id_479': 'NULL', 'obj_id_480': 'ch24kcgw00AK4169', 'obj_id_481': 'ch24kcgw00HA4214', 'obj_id_482': 'NULL', 'obj_id_483': 'ch24kcgw00AK2615', 'obj_id_484': 'ch24kcgw00HA3012', 'obj_id_485': 'NULL', 'obj_id_486': 'ch24kcgw00AK3009', 'obj_id_487': 'ch24kcgw00HA3422', 'obj_id_488': 'NULL', 'obj_id_489': 'ch24kcgw00AK2913', 'obj_id_490': 'ch24kcgw00HA2983', 'obj_id_491': 'NULL', 'obj_id_492': 'ch24kcgw00AK2978', 'obj_id_493': 'ch24kcgw00HA2980', 'obj_id_494': 'ch24kcgw00AK2978', 'obj_id_495': 'ch24kcgw00AK2979', 'obj_id_496': 'ch24kcgw00HA2996', 'obj_id_497': 'NULL', 'obj_id_498': 'ch24kcgw00AK2993', 'obj_id_499': 'ch24kcgw00HA2988', 'obj_id_500': 'NULL', 'obj_id_501': 'ch24kcgw00AK2985', 'obj_id_502': 'ch24kcgw00HA2997', 'obj_id_503': 'NULL', 'obj_id_504': 'ch24kcgw00HA3388', 'obj_id_505': 'ch24kcgw00HA4154', 'obj_id_506': 'NULL', 'obj_id_507': 'ch24kcgw00HA4202', 'obj_id_508': 'ch24kcgw00HA4155', 'obj_id_509': 'NULL', 'obj_id_510': 'ch24kcgw00HA4200', 'obj_id_511': 'ch24kcgw00HA4157', 'obj_id_512': 'ch24kcgw00AK4153', 'obj_id_513': 'ch24kcgw00HA4155', 'obj_id_514': 'ch24kcgw00HA2925', 'obj_id_515': 'ch24kcgw00AK2922', 'obj_id_516': 'ch24kcgw00AK2895', 'obj_id_517': 'ch24kcgw00HA2927', 'obj_id_518': 'ch24kcgw00AK2919', 'obj_id_519': 'ch24kcgw00AK2894', 'obj_id_520': 'ch24kcgw00HA2926', 'obj_id_521': 'ch24kcgw00AK2923', 'obj_id_522': 'ch24kcgw00AK2922', 'obj_id_523': 'ch24kcgw00HA3737', 'obj_id_524': 'NULL', 'obj_id_525': 'ch24kcgw00AK3728', 'obj_id_526': 'ch24kcgw00HA3738', 'obj_id_527': 'NULL', 'obj_id_528': 'ch24kcgw00HA3737', 'obj_id_529': 'ch24kcgw00HA3733', 'obj_id_530': 'NULL', 'obj_id_531': 'ch24kcgw00AK3731', 'obj_id_532': 'ch24kcgw00HA3734', 'obj_id_533': 'NULL', 'obj_id_534': 'ch24kcgw00AK3731', 'obj_id_535': 'ch24kcgw00HA2883', 'obj_id_536': 'NULL', 'obj_id_537': 'ch24kcgw00AK2870', 'obj_id_538': 'ch24kcgw00HA2882', 'obj_id_539': 'ch24kcgw00AK2870', 'obj_id_540': 'ch24kcgw00AK2866', 'obj_id_541': 'ch24kcgw00HA4165', 'obj_id_542': 'NULL', 'obj_id_543': 'ch24kcgw00HA4189', 'obj_id_544': 'ch24kcgw00HA4166', 'obj_id_545': 'NULL', 'obj_id_546': 'ch24kcgw00HA4191', 'obj_id_547': 'ch24kcgw00HA2881', 'obj_id_548': 'ch24kcgw00AK2869', 'obj_id_549': 'ch24kcgw00AK2868', 'obj_id_550': 'ch24kcgw00HA4167', 'obj_id_551': 'NULL', 'obj_id_552': 'ch24kcgw00AK3726', 'obj_id_553': 'ch24kcgw00HA4168', 'obj_id_554': 'NULL', 'obj_id_555': 'ch24kcgw00HA4187', 'obj_id_556': 'ch24kcgw00HA4158', 'obj_id_557': 'NULL', 'obj_id_558': 'ch24kcgw00AK4152', 'obj_id_559': 'ch24kcgw00HA4216', 'obj_id_560': 'NULL', 'obj_id_561': 'NULL', 'obj_id_562': 'ch24kcgw00HA4217', 'obj_id_563': 'NULL', 'obj_id_564': 'NULL', 'obj_id_565': 'ch24kcgw00HA4218', 'obj_id_566': 'NULL', 'obj_id_567': 'NULL', 'obj_id_568': 'ch24kcgw00HA4219', 'obj_id_569': 'NULL', 'obj_id_570': 'NULL', 'obj_id_571': 'ch24kcgw00HA4159', 'obj_id_572': 'NULL', 'obj_id_573': 'ch24kcgw00AK3725', 'obj_id_574': 'ch24kcgw00HA4189', 'obj_id_575': 'NULL', 'obj_id_576': 'ch24kcgw00AK3726', 'obj_id_577': 'ch24kcgw00HA4191', 'obj_id_578': 'NULL', 'obj_id_579': 'ch24kcgw00AK3726', 'obj_id_580': 'ch24kcgw00HA4164', 'obj_id_581': 'ch24kcgw00AK4162', 'obj_id_582': 'ch24kcgw00AK3726', 'obj_id_583': 'ch24kcgw00HA2886', 'obj_id_584': 'NULL', 'obj_id_585': 'NULL', 'obj_id_586': 'ch24kcgw00HA4160', 'obj_id_587': 'ch24kcgw00AK4161', 'obj_id_588': 'NULL', 'obj_id_589': 'ch24kcgw00HA3739', 'obj_id_590': 'ch24kcgw00AK3728', 'obj_id_591': 'NULL', 'obj_id_592': 'ch24kcgw00HA2841', 'obj_id_593': 'NULL', 'obj_id_594': 'NULL', 'obj_id_595': 'ch24kcgw00HA2724', 'obj_id_596': 'NULL', 'obj_id_597': 'NULL', 'obj_id_598': 'ch24kcgw00HA4172', 'obj_id_599': 'ch24kcgw00AK3725', 'obj_id_600': 'ch24kcgw00AK2890', 'obj_id_601': 'ch24kcgw00HA2573', 'obj_id_602': 'ch24kcgw00AK2567', 'obj_id_603': 'NULL', 'obj_id_604': 'ch24kcgw00HA2907', 'obj_id_605': 'NULL', 'obj_id_606': 'ch24kcgw000HA790', 'obj_id_607': 'ch24kcgw00HA3723', 'obj_id_608': 'ch24kcgw00AK3719', 'obj_id_609': 'ch24kcgw00AK3722', 'obj_id_610': 'ch24kcgw00HA3732', 'obj_id_611': 'NULL', 'obj_id_612': 'ch24kcgw00AK3730', 'obj_id_613': 'ch24kcgw00HA3716', 'obj_id_614': 'ch24kcgw00AK3715', 'obj_id_615': 'ch24kcgw00000AK4', 'obj_id_616': 'ch24kcgw00HA3720', 'obj_id_617': 'ch24kcgw00AK3718', 'obj_id_618': 'ch24kcgw00AK3717', 'obj_id_619': 'ch24kcgw000HA813', 'obj_id_620': 'NULL', 'obj_id_621': 'ch24kcgw000HA386', 'obj_id_622': 'ch24kcgw00HA2973', 'obj_id_623': 'NULL', 'obj_id_624': 'ch24kcgw00AK2969', 'obj_id_625': 'ch24kcgw00HA3740', 'obj_id_626': 'ch24kcgw00AK3727', 'obj_id_627': 'ch24kcgw00HA3739', 'obj_id_628': 'ch24kcgw000HA814', 'obj_id_629': 'NULL', 'obj_id_630': 'ch24kcgw000HA386', 'obj_id_631': 'ch24kcgw00HA2972', 'obj_id_632': 'NULL', 'obj_id_633': 'ch24kcgw00AK2969', 'obj_id_634': 'ch24kcgw00HA3743', 'obj_id_635': 'NULL', 'obj_id_636': 'ch24kcgw00AK3725', 'obj_id_637': 'ch24kcgw00HA3655', 'obj_id_638': 'NULL', 'obj_id_639': 'ch24kcgw00AK3638', 'obj_id_640': 'ch24kcgw00HA3742', 'obj_id_641': 'ch24kcgw00AK3730', 'obj_id_642': 'ch24kcgw00HA3741', 'obj_id_643': 'ch24kcgw00HA3741', 'obj_id_644': 'ch24kcgw00AK3731', 'obj_id_645': 'NULL', 'obj_id_646': 'ch24kcgw00HA3648', 'obj_id_647': 'ch24kcgw00AK3632', 'obj_id_648': 'ch24kcgw00AK3636', 'obj_id_649': 'ch24kcgw00HA3649', 'obj_id_650': 'ch24kcgw00AK3636', 'obj_id_651': 'ch24kcgw00AK3639', 'obj_id_652': 'ch24kcgw00HA3650', 'obj_id_653': 'ch24kcgw00AK3637', 'obj_id_654': 'ch24kcgw00AK3638', 'obj_id_655': 'ch24kcgw00HA3651', 'obj_id_656': 'ch24kcgw00AK3624', 'obj_id_657': 'ch24kcgw00AK3625', 'obj_id_658': 'ch24kcgw00HA3645', 'obj_id_659': 'ch24kcgw00AK3633', 'obj_id_660': 'ch24kcgw00AK3635', 'obj_id_661': 'ch24kcgw00HA3646', 'obj_id_662': 'ch24kcgw00AK3634', 'obj_id_663': 'ch24kcgw00AK3635', 'obj_id_664': 'ch24kcgw00HA3647', 'obj_id_665': 'ch24kcgw00AK3631', 'obj_id_666': 'ch24kcgw00AK3643', 'obj_id_667': 'ch24kcgw00HA3656', 'obj_id_668': 'ch24kcgw00AK3638', 'obj_id_669': 'ch24kcgw00AK3639', 'obj_id_670': 'ch24kcgw00HA3657', 'obj_id_671': 'ch24kcgw00AK3635', 'obj_id_672': 'ch24kcgw00AK3639', 'obj_id_673': 'ch24kcgw00HA3658', 'obj_id_674': 'ch24kcgw00AK3629', 'obj_id_675': 'ch24kcgw00AK3641', 'obj_id_676': 'ch24kcgw00HA3659', 'obj_id_677': 'ch24kcgw00AK3630', 'obj_id_678': 'ch24kcgw00AK3641', 'obj_id_679': 'ch24kcgw00HA3652', 'obj_id_680': 'ch24kcgw00AK3627', 'obj_id_681': 'ch24kcgw00AK3626', 'obj_id_682': 'ch24kcgw000HA807', 'obj_id_683': 'NULL', 'obj_id_684': 'ch24kcgw000HA340', 'obj_id_685': 'ch24kcgw00HA3653', 'obj_id_686': 'ch24kcgw00AK3626', 'obj_id_687': 'ch24kcgw00AK3638', 'obj_id_688': 'ch24kcgw00HA3654', 'obj_id_689': 'ch24kcgw00AK3625', 'obj_id_690': 'ch24kcgw00AK3638', 'obj_id_691': 'ch24kcgw00HA3666', 'obj_id_692': 'ch24kcgw00AK3663', 'obj_id_693': 'ch24kcgw00AK3642', 'obj_id_694': 'ch24kcgw000HA803', 'obj_id_695': 'NULL', 'obj_id_696': 'ch24kcgw000HA370', 'obj_id_697': 'ch24kcgw00HA3667', 'obj_id_698': 'ch24kcgw00AK3642', 'obj_id_699': 'ch24kcgw00AK3640', 'obj_id_700': 'ch24kcgw00HA3668', 'obj_id_701': 'ch24kcgw00AK3643', 'obj_id_702': 'ch24kcgw00AK2668', 'obj_id_703': 'ch24kcgw00HA3669', 'obj_id_704': 'ch24kcgw00AK3640', 'obj_id_705': 'ch24kcgw00AK2668', 'obj_id_706': 'ch24kcgw00HA3660', 'obj_id_707': 'ch24kcgw00AK3641', 'obj_id_708': 'ch24kcgw00AK3640', 'obj_id_709': 'ch24kcgw00HA3677', 'obj_id_710': 'ch24kcgw00AK3674', 'obj_id_711': 'NULL', 'obj_id_712': 'ch24kcgw00HA2981', 'obj_id_713': 'NULL', 'obj_id_714': 'ch24kcgw00AK2978', 'obj_id_715': 'ch24kcgw00HA3664', 'obj_id_716': 'ch24kcgw00AK3628', 'obj_id_717': 'ch24kcgw00AK3662', 'obj_id_718': 'ch24kcgw00HA3665', 'obj_id_719': 'ch24kcgw00AK3662', 'obj_id_720': 'ch24kcgw00AK3642', 'obj_id_721': 'ch24kcgw00HA3670', 'obj_id_722': 'ch24kcgw00AK3639', 'obj_id_723': 'ch24kcgw00AK2668', 'obj_id_724': 'ch24kcgw00HA2977', 'obj_id_725': 'NULL', 'obj_id_726': 'ch24kcgw00HA2976', 'obj_id_727': 'ch24kcgw00HA2992', 'obj_id_728': 'NULL', 'obj_id_729': 'ch24kcgw00HA3425', 'obj_id_730': 'ch24kcgw00HA2987', 'obj_id_731': 'ch24kcgw00AK2985', 'obj_id_732': 'ch24kcgw00AK2986', 'obj_id_733': 'ch24kcgw00HA2968', 'obj_id_734': 'NULL', 'obj_id_735': 'ch24kcgw00AK2964', 'obj_id_736': 'ch24kcgw00HA2967', 'obj_id_737': 'NULL', 'obj_id_738': 'ch24kcgw00AK2964', 'obj_id_739': 'ch24kcgw00HA2976', 'obj_id_740': 'NULL', 'obj_id_741': 'ch24kcgw00AK2915', 'obj_id_742': 'ch24kcgw00HA2971', 'obj_id_743': 'ch24kcgw00AK2969', 'obj_id_744': 'ch24kcgw00AK2970', 'obj_id_745': 'ch24kcgw00HA2975', 'obj_id_746': 'NULL', 'obj_id_747': 'ch24kcgw00HA3422', 'obj_id_748': 'ch24kcgw00HA2974', 'obj_id_749': 'ch24kcgw00AK2963', 'obj_id_750': 'ch24kcgw00AK2962', 'obj_id_751': 'ch24kcgw00HA2966', 'obj_id_752': 'ch24kcgw00AK2964', 'obj_id_753': 'ch24kcgw00AK2965', 'obj_id_754': 'ch24kcgw000HA943', 'obj_id_755': 'NULL', 'obj_id_756': 'ch24kcgw0000AK50', 'obj_id_757': 'ch24kcgw000HA941', 'obj_id_758': 'NULL', 'obj_id_759': 'ch24kcgw0000AK51', 'obj_id_760': 'ch24kcgw000HA940', 'obj_id_761': 'NULL', 'obj_id_762': 'ch24kcgw0000AK51', 'obj_id_763': 'ch24kcgw000HA939', 'obj_id_764': 'NULL', 'obj_id_765': 'ch24kcgw0000AK52', 'obj_id_766': 'ch24kcgw000HA626', 'obj_id_767': 'NULL', 'obj_id_768': 'NULL', 'obj_id_769': 'ch24kcgw000HA611', 'obj_id_770': 'NULL', 'obj_id_771': 'ch24kcgw000HA610', 'obj_id_772': 'ch24kcgw000HA618', 'obj_id_773': 'NULL', 'obj_id_774': 'ch24kcgw000AK275', 'obj_id_775': 'ch24kcgw000HA614', 'obj_id_776': 'NULL', 'obj_id_777': 'ch24kcgw000AK277', 'obj_id_778': 'ch24kcgw000HA612', 'obj_id_779': 'NULL', 'obj_id_780': 'ch24kcgw0000AK53', 'obj_id_781': 'ch24kcgw00HA3350', 'obj_id_782': 'ch24kcgw00AK3349', 'obj_id_783': 'NULL', 'obj_id_784': 'ch24kcgw00HA3314', 'obj_id_785': 'NULL', 'obj_id_786': 'NULL', 'obj_id_787': 'ch24kcgw00HA3461', 'obj_id_788': 'NULL', 'obj_id_789': 'NULL', 'obj_id_790': 'ch24kcgw00HA3615', 'obj_id_791': 'ch24kcgw00AK3614', 'obj_id_792': 'ch24kcgw00AK3613', 'obj_id_793': 'ch24kcgw00HA3616', 'obj_id_794': 'NULL', 'obj_id_795': 'ch24kcgw00HA1210', 'obj_id_796': 'ch24kcgw00HA2880', 'obj_id_797': 'ch24kcgw00AK2867', 'obj_id_798': 'NULL', 'obj_id_799': 'ch24kcgw00HA3016', 'obj_id_800': 'ch24kcgw00AK3014', 'obj_id_801': 'ch24kcgw00AK3015', 'obj_id_802': 'ch24kcgw00HA3008', 'obj_id_803': 'NULL', 'obj_id_804': 'ch24kcgw00HA3438', 'obj_id_805': 'ch24kcgw00HA3006', 'obj_id_806': 'NULL', 'obj_id_807': 'ch24kcgw00HA3493', 'obj_id_808': 'ch24kcgw00HA3005', 'obj_id_809': 'NULL', 'obj_id_810': 'ch24kcgw00HA3405', 'obj_id_811': 'ch24kcgw00HA3297', 'obj_id_812': 'NULL', 'obj_id_813': 'ch24kcgw00HA3416', 'obj_id_814': 'ch24kcgw000HA583', 'obj_id_815': 'NULL', 'obj_id_816': 'ch24kcgw000AK251', 'obj_id_817': 'ch24kcgw000HA578', 'obj_id_818': 'NULL', 'obj_id_819': 'ch24kcgw0000AK33', 'obj_id_820': 'ch24kcgw00HA3040', 'obj_id_821': 'NULL', 'obj_id_822': 'ch24kcgw00AK2960', 'obj_id_823': 'ch24kcgw00HA3301', 'obj_id_824': 'NULL', 'obj_id_825': 'ch24kcgw00AK2920', 'obj_id_826': 'ch24kcgw00HA3300', 'obj_id_827': 'NULL', 'obj_id_828': 'ch24kcgw00AK2920', 'obj_id_829': 'ch24kcgw000HA569', 'obj_id_830': 'NULL', 'obj_id_831': 'ch24kcgw0000AK37', 'obj_id_832': 'ch24kcgw00HA3311', 'obj_id_833': 'NULL', 'obj_id_834': 'ch24kcgw00AK2919', 'obj_id_835': 'ch24kcgw00HA3308', 'obj_id_836': 'NULL', 'obj_id_837': 'ch24kcgw00HA3301', 'obj_id_838': 'ch24kcgw00HA3307', 'obj_id_839': 'NULL', 'obj_id_840': 'ch24kcgw00HA3007', 'obj_id_841': 'ch24kcgw00HA4224', 'obj_id_842': 'ch24kcgw00AK4212', 'obj_id_843': 'NULL', 'obj_id_844': 'ch24kcgw00HA4223', 'obj_id_845': 'ch24kcgw00AK4213', 'obj_id_846': 'ch24kcgw00AK4212', 'obj_id_847': 'ch24kcgw00HA1211', 'obj_id_848': 'ch24kcgw00AK1208', 'obj_id_849': 'ch24kcgw0000AK53', 'obj_id_850': 'ch24kcgw00HA1289', 'obj_id_851': 'NULL', 'obj_id_852': 'ch24kcgw00AK1283', 'obj_id_853': 'ch24kcgw00HA1254', 'obj_id_854': 'NULL', 'obj_id_855': 'ch24kcgw00HA1252', 'obj_id_856': 'ch24kcgw00HA1256', 'obj_id_857': 'NULL', 'obj_id_858': 'ch24kcgw00AK1249', 'obj_id_859': 'ch24kcgw00HA1255', 'obj_id_860': 'ch24kcgw00AK1249', 'obj_id_861': 'ch24kcgw00HA1252', 'obj_id_862': 'ch24kcgw00HA1247', 'obj_id_863': 'NULL', 'obj_id_864': 'ch24kcgw00AK1246', 'obj_id_865': 'ch24kcgw00HA1245', 'obj_id_866': 'ch24kcgw00AK1244', 'obj_id_867': 'ch24kcgw00AK1246', 'obj_id_868': 'ch24kcgw00HA1251', 'obj_id_869': 'NULL', 'obj_id_870': 'ch24kcgw0000AK80', 'obj_id_871': 'ch24kcgw00HA1259', 'obj_id_872': 'NULL', 'obj_id_873': 'ch24kcgw0000AK81', 'obj_id_874': 'ch24kcgw00HA1268', 'obj_id_875': 'ch24kcgw00AK1267', 'obj_id_876': 'ch24kcgw0000AK82', 'obj_id_877': 'ch24kcgw00HA1272', 'obj_id_878': 'ch24kcgw00AK1269', 'obj_id_879': 'ch24kcgw000AK285', 'obj_id_880': 'ch24kcgw00HA1273', 'obj_id_881': 'ch24kcgw000AK285', 'obj_id_882': 'ch24kcgw000AK284', 'obj_id_883': 'ch24kcgw00HA1274', 'obj_id_884': 'ch24kcgw000AK284', 'obj_id_885': 'ch24kcgw000AK283', 'obj_id_886': 'ch24kcgw00HA1253', 'obj_id_887': 'ch24kcgw00AK1250', 'obj_id_888': 'NULL', 'obj_id_889': 'ch24kcgw00HA1252', 'obj_id_890': 'NULL', 'obj_id_891': 'NULL', 'obj_id_892': 'ch24kcgw00HA1264', 'obj_id_893': 'ch24kcgw00AK1262', 'obj_id_894': 'NULL', 'obj_id_895': 'ch24kcgw00HA1286', 'obj_id_896': 'ch24kcgw00AK1282', 'obj_id_897': 'ch24kcgw00AK1281', 'obj_id_898': 'ch24kcgw00HA1287', 'obj_id_899': 'ch24kcgw00AK1283', 'obj_id_900': 'ch24kcgw00AK1282', 'obj_id_901': 'ch24kcgw00HA1288', 'obj_id_902': 'ch24kcgw00AK1284', 'obj_id_903': 'ch24kcgw00AK1283', 'obj_id_904': 'ch24kcgw00HA1275', 'obj_id_905': 'ch24kcgw000AK283', 'obj_id_906': 'ch24kcgw000AK282', 'obj_id_907': 'ch24kcgw00HA1278', 'obj_id_908': 'ch24kcgw00AK1277', 'obj_id_909': 'ch24kcgw0000AK91', 'obj_id_910': 'ch24kcgw00HA1279', 'obj_id_911': 'NULL', 'obj_id_912': 'ch24kcgw00AK1277', 'obj_id_913': 'ch24kcgw00HA1179', 'obj_id_914': 'ch24kcgw00AK2831', 'obj_id_915': 'ch24kcgw00AK1176', 'obj_id_916': 'ch24kcgw00HA1187', 'obj_id_917': 'ch24kcgw00AK1183', 'obj_id_918': 'ch24kcgw00AK1181', 'obj_id_919': 'ch24kcgw00HA1188', 'obj_id_920': 'ch24kcgw00AK1185', 'obj_id_921': 'ch24kcgw00AK1181', 'obj_id_922': 'ch24kcgw00HA1189', 'obj_id_923': 'ch24kcgw00AK1184', 'obj_id_924': 'ch24kcgw00AK1182', 'obj_id_925': 'ch24kcgw00HA1173', 'obj_id_926': 'NULL', 'obj_id_927': 'ch24kcgw000AK268', 'obj_id_928': 'ch24kcgw00HA1174', 'obj_id_929': 'NULL', 'obj_id_930': 'ch24kcgw00AK2260', 'obj_id_931': 'ch24kcgw00HA1177', 'obj_id_932': 'ch24kcgw00AK1175', 'obj_id_933': 'ch24kcgw0000AK65', 'obj_id_934': 'ch24kcgw00HA1178', 'obj_id_935': 'ch24kcgw00AK1176', 'obj_id_936': 'ch24kcgw00AK1175', 'obj_id_937': 'ch24kcgw00HA1203', 'obj_id_938': 'NULL', 'obj_id_939': 'ch24kcgw00AK1192', 'obj_id_940': 'ch24kcgw00HA1190', 'obj_id_941': 'ch24kcgw00AK1186', 'obj_id_942': 'ch24kcgw00AK1182', 'obj_id_943': 'ch24kcgw00HA1191', 'obj_id_944': 'ch24kcgw00AK1182', 'obj_id_945': 'ch24kcgw00AK1194', 'obj_id_946': 'ch24kcgw00HA1209', 'obj_id_947': 'NULL', 'obj_id_948': 'ch24kcgw00AK1208', 'obj_id_949': 'ch24kcgw00HA1210', 'obj_id_950': 'ch24kcgw00AK3613', 'obj_id_951': 'ch24kcgw00AK1208', 'obj_id_952': 'ch24kcgw00HA1207', 'obj_id_953': 'NULL', 'obj_id_954': 'ch24kcgw0000AK54', 'obj_id_955': 'ch24kcgw00HA1227', 'obj_id_956': 'NULL', 'obj_id_957': 'ch24kcgw00AK1224', 'obj_id_958': 'ch24kcgw00HA2816', 'obj_id_959': 'NULL', 'obj_id_960': 'ch24kcgw00AK2810', 'obj_id_961': 'ch24kcgw00HA2840', 'obj_id_962': 'NULL', 'obj_id_963': 'ch24kcgw00HA2839', 'obj_id_964': 'ch24kcgw00HA2843', 'obj_id_965': 'NULL', 'obj_id_966': 'ch24kcgw00AK2842', 'obj_id_967': 'ch24kcgw00HA2844', 'obj_id_968': 'NULL', 'obj_id_969': 'ch24kcgw00AK2842', 'obj_id_970': 'ch24kcgw00HA2834', 'obj_id_971': 'ch24kcgw00AK2832', 'obj_id_972': 'ch24kcgw00AK2833', 'obj_id_973': 'ch24kcgw00HA2818', 'obj_id_974': 'NULL', 'obj_id_975': 'ch24kcgw000HA610', 'obj_id_976': 'ch24kcgw00HA2853', 'obj_id_977': 'ch24kcgw00AK2852', 'obj_id_978': 'ch24kcgw00AK2851', 'obj_id_979': 'ch24kcgw00HA2855', 'obj_id_980': 'ch24kcgw00AK2851', 'obj_id_981': 'ch24kcgw00AK2832', 'obj_id_982': 'ch24kcgw00HA2857', 'obj_id_983': 'NULL', 'obj_id_984': 'ch24kcgw00AK2810', 'obj_id_985': 'ch24kcgw00HA2858', 'obj_id_986': 'NULL', 'obj_id_987': 'ch24kcgw00AK2810', 'obj_id_988': 'ch24kcgw00HA2874', 'obj_id_989': 'NULL', 'obj_id_990': 'ch24kcgw00AK2865', 'obj_id_991': 'ch24kcgw00HA2839', 'obj_id_992': 'NULL', 'obj_id_993': 'NULL', 'obj_id_994': 'ch24kcgw00HA2878', 'obj_id_995': 'ch24kcgw00AK2866', 'obj_id_996': 'ch24kcgw00AK2867', 'obj_id_997': 'ch24kcgw00HA2873', 'obj_id_998': 'NULL', 'obj_id_999': 'ch24kcgw00AK1285', 'obj_id_1000': 'ch24kcgw00HA2879', 'obj_id_1001': 'ch24kcgw00AK2868', 'obj_id_1002': 'ch24kcgw00AK2867', 'obj_id_1003': 'ch24kcgw00HA2877', 'obj_id_1004': 'NULL', 'obj_id_1005': 'ch24kcgw00AK2866', 'obj_id_1006': 'ch24kcgw00HA2876', 'obj_id_1007': 'NULL', 'obj_id_1008': 'ch24kcgw00AK2865', 'obj_id_1009': 'ch24kcgw00HA2689', 'obj_id_1010': 'ch24kcgw00AK2569', 'obj_id_1011': 'ch24kcgw00AK2570', 'obj_id_1012': 'ch24kcgw00HA2727', 'obj_id_1013': 'ch24kcgw00AK2726', 'obj_id_1014': 'ch24kcgw00HA2591', 'obj_id_1015': 'ch24kcgw00HA2630', 'obj_id_1016': 'NULL', 'obj_id_1017': 'ch24kcgw00AK2627', 'obj_id_1018': 'ch24kcgw00HA2631', 'obj_id_1019': 'NULL', 'obj_id_1020': 'ch24kcgw00HA2630', 'obj_id_1021': 'ch24kcgw00HA2628', 'obj_id_1022': 'ch24kcgw00AK2614', 'obj_id_1023': 'ch24kcgw00000AK1', 'obj_id_1024': 'ch24kcgw00HA2629', 'obj_id_1025': 'ch24kcgw00AK2627', 'obj_id_1026': 'ch24kcgw00AK2626', 'obj_id_1027': 'ch24kcgw00HA2672', 'obj_id_1028': 'ch24kcgw00AK2669', 'obj_id_1029': 'ch24kcgw000AK273', 'obj_id_1030': 'ch24kcgw00HA2673', 'obj_id_1031': 'ch24kcgw00AK2668', 'obj_id_1032': 'ch24kcgw00AK2669', 'obj_id_1033': 'ch24kcgw00HA2592', 'obj_id_1034': 'NULL', 'obj_id_1035': 'ch24kcgw00AK1152', 'obj_id_1036': 'ch24kcgw00HA2593', 'obj_id_1037': 'NULL', 'obj_id_1038': 'ch24kcgw00HA2592', 'obj_id_1039': 'ch24kcgw00HA2594', 'obj_id_1040': 'NULL', 'obj_id_1041': 'ch24kcgw00HA2592', 'obj_id_1042': 'ch24kcgw00HA2587', 'obj_id_1043': 'NULL', 'obj_id_1044': 'ch24kcgw00AK2583', 'obj_id_1045': 'ch24kcgw00HA2588', 'obj_id_1046': 'NULL', 'obj_id_1047': 'ch24kcgw00AK2583', 'obj_id_1048': 'ch24kcgw00HA2589', 'obj_id_1049': 'NULL', 'obj_id_1050': 'ch24kcgw00AK2582', 'obj_id_1051': 'ch24kcgw00HA2590', 'obj_id_1052': 'NULL', 'obj_id_1053': 'ch24kcgw00HA2589', 'obj_id_1054': 'ch24kcgw00HA2607', 'obj_id_1055': 'NULL', 'obj_id_1056': 'ch24kcgw0000AK92', 'obj_id_1057': 'ch24kcgw00HA2597', 'obj_id_1058': 'NULL', 'obj_id_1059': 'NULL', 'obj_id_1060': 'ch24kcgw00HA2612', 'obj_id_1061': 'NULL', 'obj_id_1062': 'NULL', 'obj_id_1063': 'ch24kcgw00HA2551', 'obj_id_1064': 'ch24kcgw00AK2538', 'obj_id_1065': 'ch24kcgw000HA370', 'obj_id_1066': 'ch24kcgw00HA2552', 'obj_id_1067': 'NULL', 'obj_id_1068': 'ch24kcgw00AK2537', 'obj_id_1069': 'ch24kcgw00HA2553', 'obj_id_1070': 'NULL', 'obj_id_1071': 'ch24kcgw00AK2538', 'obj_id_1072': 'ch24kcgw00HA2574', 'obj_id_1073': 'NULL', 'obj_id_1074': 'ch24kcgw00AK2518', 'obj_id_1075': 'ch24kcgw00HA2577', 'obj_id_1076': 'NULL', 'obj_id_1077': 'ch24kcgw00AK1249', 'obj_id_1078': 'ch24kcgw00HA2579', 'obj_id_1079': 'NULL', 'obj_id_1080': 'ch24kcgw00AK2578', 'obj_id_1081': 'ch24kcgw00HA2217', 'obj_id_1082': 'NULL', 'obj_id_1083': 'ch24kcgw0000AK16', 'obj_id_1084': 'ch24kcgw00HA2253', 'obj_id_1085': 'NULL', 'obj_id_1086': 'ch24kcgw0000AK45', 'obj_id_1087': 'ch24kcgw00HA2269', 'obj_id_1088': 'NULL', 'obj_id_1089': 'ch24kcgw00AK1194', 'obj_id_1090': 'ch24kcgw00HA2307', 'obj_id_1091': 'NULL', 'obj_id_1092': 'ch24kcgw0000AK80', 'obj_id_1093': 'ch24kcgw00HA2312', 'obj_id_1094': 'NULL', 'obj_id_1095': 'ch24kcgw0000AK87', 'obj_id_1096': 'ch24kcgw00HA2319', 'obj_id_1097': 'NULL', 'obj_id_1098': 'ch24kcgw0000AK90', 'obj_id_1099': 'ch24kcgw00HA2322', 'obj_id_1100': 'NULL', 'obj_id_1101': 'ch24kcgw0000AK92', 'obj_id_1102': 'ch24kcgw00HA1737', 'obj_id_1103': 'NULL', 'obj_id_1104': 'ch24kcgw00HA1273', 'obj_id_1105': 'ch24kcgw00HA1736', 'obj_id_1106': 'NULL', 'obj_id_1107': 'ch24kcgw00AK1735', 'obj_id_1108': 'ch24kcgw00HA1740', 'obj_id_1109': 'NULL', 'obj_id_1110': 'ch24kcgw00AK1263', 'obj_id_1111': 'ch24kcgw00HA1738', 'obj_id_1112': 'NULL', 'obj_id_1113': 'ch24kcgw00HA1737', 'obj_id_1114': 'ch24kcgw000HA582', 'obj_id_1115': 'NULL', 'obj_id_1116': 'ch24kcgw000AK251', 'obj_id_1117': 'ch24kcgw000HA799', 'obj_id_1118': 'NULL', 'obj_id_1119': 'ch24kcgw000HA380', 'obj_id_1120': 'ch24kcgw00HA1172', 'obj_id_1121': 'NULL', 'obj_id_1122': 'NULL', 'obj_id_1123': 'ch24kcgw00HA1165', 'obj_id_1124': 'NULL', 'obj_id_1125': 'NULL', 'obj_id_1126': 'ch24kcgw000HA793', 'obj_id_1127': 'ch24kcgw00AK1508', 'obj_id_1128': 'ch24kcgw0000AK75', 'obj_id_1129': 'ch24kcgw000HA791', 'obj_id_1130': 'NULL', 'obj_id_1131': 'ch24kcgw000HA398', 'obj_id_1132': 'ch24kcgw000HA702', 'obj_id_1133': 'NULL', 'obj_id_1134': 'ch24kcgw000HA389', 'obj_id_1135': 'ch24kcgw000HA680', 'obj_id_1136': 'NULL', 'obj_id_1137': 'ch24kcgw000HA377', 'obj_id_1138': 'ch24kcgw000HA679', 'obj_id_1139': 'NULL', 'obj_id_1140': 'ch24kcgw000HA378', 'obj_id_1141': 'ch24kcgw000HA620', 'obj_id_1142': 'ch24kcgw000AK275', 'obj_id_1143': 'ch24kcgw0000AK67', 'obj_id_1144': 'ch24kcgw000HA607', 'obj_id_1145': 'ch24kcgw000AK267', 'obj_id_1146': 'ch24kcgw0000AK48', 'obj_id_1147': 'ch24kcgw000HA617', 'obj_id_1148': 'NULL', 'obj_id_1149': 'NULL', 'obj_id_1150': 'ch24kcgw00HA3721', 'obj_id_1151': 'ch24kcgw00AK3717', 'obj_id_1152': 'ch24kcgw00AK3719', 'obj_id_1153': 'ch24kcgw00HA3493', 'obj_id_1154': 'NULL', 'obj_id_1155': 'ch24kcgw00AK2914', 'obj_id_1156': 'ch24kcgw00HA3529', 'obj_id_1157': 'ch24kcgw00AK3526', 'obj_id_1158': 'ch24kcgw00HA3530', 'obj_id_1159': 'ch24kcgw00HA3530', 'obj_id_1160': 'ch24kcgw00AK3527', 'obj_id_1161': 'ch24kcgw00AK2831', 'obj_id_1162': 'ch24kcgw00HA3531', 'obj_id_1163': 'NULL', 'obj_id_1164': 'ch24kcgw00AK3527', 'obj_id_1165': 'ch24kcgw00HA3532', 'obj_id_1166': 'NULL', 'obj_id_1167': 'ch24kcgw00AK3527', 'obj_id_1168': 'ch24kcgw00HA3506', 'obj_id_1169': 'NULL', 'obj_id_1170': 'NULL', 'obj_id_1171': 'ch24kcgw00HA3507', 'obj_id_1172': 'NULL', 'obj_id_1173': 'ch24kcgw00HA3314', 'obj_id_1174': 'ch24kcgw00HA3402', 'obj_id_1175': 'NULL', 'obj_id_1176': 'ch24kcgw00HA3005', 'obj_id_1177': 'ch24kcgw00HA3403', 'obj_id_1178': 'NULL', 'obj_id_1179': 'ch24kcgw00HA3005', 'obj_id_1180': 'ch24kcgw00HA3395', 'obj_id_1181': 'ch24kcgw00AK3400', 'obj_id_1182': 'ch24kcgw00HA3025', 'obj_id_1183': 'ch24kcgw00HA3406', 'obj_id_1184': 'NULL', 'obj_id_1185': 'ch24kcgw00HA3401', 'obj_id_1186': 'ch24kcgw00HA3396', 'obj_id_1187': 'NULL', 'obj_id_1188': 'ch24kcgw00HA3025', 'obj_id_1189': 'ch24kcgw00HA3397', 'obj_id_1190': 'NULL', 'obj_id_1191': 'ch24kcgw00HA3025', 'obj_id_1192': 'ch24kcgw00HA3401', 'obj_id_1193': 'NULL', 'obj_id_1194': 'ch24kcgw00HA3005', 'obj_id_1195': 'ch24kcgw00HA3419', 'obj_id_1196': 'NULL', 'obj_id_1197': 'ch24kcgw00HA2975', 'obj_id_1198': 'ch24kcgw00HA3420', 'obj_id_1199': 'NULL', 'obj_id_1200': 'ch24kcgw00HA2975', 'obj_id_1201': 'ch24kcgw00HA3405', 'obj_id_1202': 'NULL', 'obj_id_1203': 'ch24kcgw00AK2911', 'obj_id_1204': 'ch24kcgw00HA3436', 'obj_id_1205': 'NULL', 'obj_id_1206': 'ch24kcgw00AK2917', 'obj_id_1207': 'ch24kcgw00HA3467', 'obj_id_1208': 'NULL', 'obj_id_1209': 'ch24kcgw00HA3463', 'obj_id_1210': 'ch24kcgw00HA3425', 'obj_id_1211': 'NULL', 'obj_id_1212': 'ch24kcgw00AK2913', 'obj_id_1213': 'ch24kcgw00HA3434', 'obj_id_1214': 'NULL', 'obj_id_1215': 'ch24kcgw00HA3436', 'obj_id_1216': 'ch24kcgw00HA3438', 'obj_id_1217': 'NULL', 'obj_id_1218': 'ch24kcgw00AK2917', 'obj_id_1219': 'ch24kcgw00HA3418', 'obj_id_1220': 'NULL', 'obj_id_1221': 'ch24kcgw00AK2911', 'obj_id_1222': 'ch24kcgw00HA3447', 'obj_id_1223': 'NULL', 'obj_id_1224': 'ch24kcgw00AK2918', 'obj_id_1225': 'ch24kcgw00HA3416', 'obj_id_1226': 'NULL', 'obj_id_1227': 'ch24kcgw00HA3418', 'obj_id_1228': 'ch24kcgw00HA3353', 'obj_id_1229': 'NULL', 'obj_id_1230': 'ch24kcgw00AK3014', 'obj_id_1231': 'ch24kcgw00HA3352', 'obj_id_1232': 'NULL', 'obj_id_1233': 'ch24kcgw00AK3349', 'obj_id_1234': 'ch24kcgw00HA3312', 'obj_id_1235': 'NULL', 'obj_id_1236': 'ch24kcgw00AK2922', 'obj_id_1237': 'ch24kcgw00HA3382', 'obj_id_1238': 'NULL', 'obj_id_1239': 'ch24kcgw00HA3034', 'obj_id_1240': 'ch24kcgw00HA3385', 'obj_id_1241': 'NULL', 'obj_id_1242': 'ch24kcgw00HA3388', 'obj_id_1243': 'ch24kcgw00HA3373', 'obj_id_1244': 'NULL', 'obj_id_1245': 'ch24kcgw00HA3371', 'obj_id_1246': 'ch24kcgw00HA3374', 'obj_id_1247': 'NULL', 'obj_id_1248': 'ch24kcgw00HA3373', 'obj_id_1249': 'ch24kcgw00HA3375', 'obj_id_1250': 'NULL', 'obj_id_1251': 'ch24kcgw00HA3373', 'obj_id_1252': 'ch24kcgw00HA3393', 'obj_id_1253': 'NULL', 'obj_id_1254': 'ch24kcgw00HA3024', 'obj_id_1255': 'ch24kcgw00HA3388', 'obj_id_1256': 'NULL', 'obj_id_1257': 'ch24kcgw00AK2912', 'obj_id_1258': 'ch24kcgw00HA3351', 'obj_id_1259': 'NULL', 'obj_id_1260': 'ch24kcgw00AK3349', 'obj_id_1261': 'ch24kcgw00HA3296', 'obj_id_1262': 'NULL', 'obj_id_1263': 'ch24kcgw00HA3416', 'obj_id_1264': 'ch24kcgw00HA3295', 'obj_id_1265': 'NULL', 'obj_id_1266': 'ch24kcgw00HA3416', 'obj_id_1267': 'ch24kcgw00HA3294', 'obj_id_1268': 'NULL', 'obj_id_1269': 'ch24kcgw00HA3418', 'obj_id_1270': 'ch24kcgw00HA3381', 'obj_id_1271': 'NULL', 'obj_id_1272': 'ch24kcgw00AK2915', 'obj_id_1273': 'ch24kcgw00HA3041', 'obj_id_1274': 'NULL', 'obj_id_1275': 'ch24kcgw00HA3434', 'obj_id_1276': 'ch24kcgw00HA3001', 'obj_id_1277': 'NULL', 'obj_id_1278': 'ch24kcgw00AK2998', 'obj_id_1279': 'ch24kcgw00HA3021', 'obj_id_1280': 'ch24kcgw00AK3019', 'obj_id_1281': 'ch24kcgw00AK3020', 'obj_id_1282': 'ch24kcgw00HA3017', 'obj_id_1283': 'NULL', 'obj_id_1284': 'ch24kcgw00AK3014', 'obj_id_1285': 'ch24kcgw00HA3000', 'obj_id_1286': 'ch24kcgw00AK2998', 'obj_id_1287': 'ch24kcgw00AK2999', 'obj_id_1288': 'ch24kcgw00HA3007', 'obj_id_1289': 'NULL', 'obj_id_1290': 'ch24kcgw00HA3447', 'obj_id_1291': 'ch24kcgw00HA3003', 'obj_id_1292': 'ch24kcgw00AK3002', 'obj_id_1293': 'ch24kcgw00AK2938', 'obj_id_1294': 'ch24kcgw000HA696', 'obj_id_1295': 'ch24kcgw000AK271', 'obj_id_1296': 'ch24kcgw000AK272', 'obj_id_1297': 'ch24kcgw00HA4184', 'obj_id_1298': 'ch24kcgw000AK278', 'obj_id_1299': 'ch24kcgwWN000004', 'obj_id_1300': 'ch24kcgw00HA3619', 'obj_id_1301': 'ch24kcgw000AK246', 'obj_id_1302': 'ch24kcgw000AK247', 'obj_id_1303': 'ch24kcgw000HA695', 'obj_id_1304': 'NULL', 'obj_id_1305': 'ch24kcgw000AK271', 'obj_id_1306': 'ch24kcgw000HA697', 'obj_id_1307': 'ch24kcgw000AK272', 'obj_id_1308': 'ch24kcgw000AK273', 'obj_id_1309': 'ch24kcgw00HA2183', 'obj_id_1310': 'NULL', 'obj_id_1311': 'ch24kcgw00AK2182', 'obj_id_1312': 'ch24kcgw00HA1651', 'obj_id_1313': 'NULL', 'obj_id_1314': 'ch24kcgw00AK1489', 'obj_id_1315': 'ch24kcgw000HA621', 'obj_id_1316': 'NULL', 'obj_id_1317': 'ch24kcgw0000AK66', 'obj_id_1318': 'ch24kcgw00HA1666', 'obj_id_1319': 'NULL', 'obj_id_1320': 'ch24kcgw00AK1500', 'obj_id_1321': 'ch24kcgw000HA613', 'obj_id_1322': 'NULL', 'obj_id_1323': 'ch24kcgw000AK278', 'obj_id_1324': 'ch24kcgw000HA587', 'obj_id_1325': 'NULL', 'obj_id_1326': 'ch24kcgw000HA586', 'obj_id_1327': 'ch24kcgw000HA586', 'obj_id_1328': 'ch24kcgw000AK252', 'obj_id_1329': 'NULL', 'obj_id_1330': 'ch24kcgw000HA334', 'obj_id_1331': 'ch24kcgw00000AK4', 'obj_id_1332': 'ch24kcgw00000AK3', 'obj_id_1333': 'ch24kcgw000HA335', 'obj_id_1334': 'ch24kcgw00000AK5', 'obj_id_1335': 'ch24kcgw00000AK4', 'obj_id_1336': 'ch24kcgw000HA336', 'obj_id_1337': 'ch24kcgw00000AK6', 'obj_id_1338': 'ch24kcgw00000AK5', 'obj_id_1339': 'ch24kcgw000HA337', 'obj_id_1340': 'ch24kcgw00000AK7', 'obj_id_1341': 'ch24kcgw00000AK6', 'obj_id_1342': 'ch24kcgw00HA1290', 'obj_id_1343': 'NULL', 'obj_id_1344': 'ch24kcgw00AK1285', 'obj_id_1345': 'ch24kcgw00HA1236', 'obj_id_1346': 'NULL', 'obj_id_1347': 'ch24kcgw00AK1217', 'obj_id_1348': 'ch24kcgw00HA1237', 'obj_id_1349': 'NULL', 'obj_id_1350': 'ch24kcgw00AK1221', 'obj_id_1351': 'ch24kcgw00HA1241', 'obj_id_1352': 'ch24kcgw00AK1238', 'obj_id_1353': 'ch24kcgw00AK1239', 'obj_id_1354': 'ch24kcgw00HA1242', 'obj_id_1355': 'NULL', 'obj_id_1356': 'ch24kcgw00AK1240', 'obj_id_1357': 'ch24kcgw00HA1232', 'obj_id_1358': 'ch24kcgw00AK1220', 'obj_id_1359': 'ch24kcgw00AK1219', 'obj_id_1360': 'ch24kcgw00HA1233', 'obj_id_1361': 'ch24kcgw00AK1219', 'obj_id_1362': 'ch24kcgw00AK1218', 'obj_id_1363': 'ch24kcgw00HA1234', 'obj_id_1364': 'ch24kcgw00AK1218', 'obj_id_1365': 'ch24kcgw00AK1217', 'obj_id_1366': 'ch24kcgw00HA1235', 'obj_id_1367': 'ch24kcgw00AK1217', 'obj_id_1368': 'ch24kcgw0000AK69', 'obj_id_1369': 'ch24kcgw00HA1200', 'obj_id_1370': 'ch24kcgw00AK1192', 'obj_id_1371': 'ch24kcgw00AK1193', 'obj_id_1372': 'ch24kcgw00HA1201', 'obj_id_1373': 'ch24kcgw00AK1193', 'obj_id_1374': 'ch24kcgw00AK1194', 'obj_id_1375': 'ch24kcgw00HA1202', 'obj_id_1376': 'ch24kcgw00AK1194', 'obj_id_1377': 'ch24kcgw00AK1195', 'obj_id_1378': 'ch24kcgw00HA1198', 'obj_id_1379': 'ch24kcgw00AK1197', 'obj_id_1380': 'ch24kcgw00AK1196', 'obj_id_1381': 'ch24kcgw00HA1199', 'obj_id_1382': 'ch24kcgw00AK1196', 'obj_id_1383': 'ch24kcgw00AK1192', 'obj_id_1384': 'ch24kcgw00HA1265', 'obj_id_1385': 'ch24kcgw00AK1263', 'obj_id_1386': 'ch24kcgw0000AK83', 'obj_id_1387': 'ch24kcgw00HA1266', 'obj_id_1388': 'NULL', 'obj_id_1389': 'ch24kcgw00AK1260', 'obj_id_1390': 'ch24kcgw00HA1280', 'obj_id_1391': 'NULL', 'obj_id_1392': 'ch24kcgw00AK1277', 'obj_id_1393': 'ch24kcgw00HA1276', 'obj_id_1394': 'ch24kcgw000AK281', 'obj_id_1395': 'ch24kcgw000AK280', 'obj_id_1396': 'ch24kcgw00HA1206', 'obj_id_1397': 'ch24kcgw000AK273', 'obj_id_1398': 'ch24kcgw00AK1197', 'obj_id_1399': 'ch24kcgw00HA1212', 'obj_id_1400': 'NULL', 'obj_id_1401': 'ch24kcgw00HA1207', 'obj_id_1402': 'ch24kcgw00HA1204', 'obj_id_1403': 'NULL', 'obj_id_1404': 'ch24kcgw00AK1193', 'obj_id_1405': 'ch24kcgw00HA1205', 'obj_id_1406': 'NULL', 'obj_id_1407': 'ch24kcgw00AK1194', 'obj_id_1408': 'ch24kcgw00HA1228', 'obj_id_1409': 'ch24kcgw00AK1224', 'obj_id_1410': 'ch24kcgw00AK1225', 'obj_id_1411': 'ch24kcgw00HA1229', 'obj_id_1412': 'ch24kcgw00AK1225', 'obj_id_1413': 'ch24kcgw00AK1222', 'obj_id_1414': 'ch24kcgw00HA1230', 'obj_id_1415': 'ch24kcgw00AK1222', 'obj_id_1416': 'ch24kcgw00AK1221', 'obj_id_1417': 'ch24kcgw00HA1231', 'obj_id_1418': 'ch24kcgw00AK1221', 'obj_id_1419': 'ch24kcgw00AK1220', 'obj_id_1420': 'ch24kcgw00HA1215', 'obj_id_1421': 'ch24kcgw00AK1214', 'obj_id_1422': 'ch24kcgw00AK1213', 'obj_id_1423': 'ch24kcgw00HA1216', 'obj_id_1424': 'ch24kcgw00AK1213', 'obj_id_1425': 'ch24kcgw0000AK69', 'obj_id_1426': 'ch24kcgw00HA1226', 'obj_id_1427': 'ch24kcgw00AK1223', 'obj_id_1428': 'ch24kcgw00AK1224', 'obj_id_1429': 'ch24kcgw00HA2836', 'obj_id_1430': 'ch24kcgw00AK2835', 'obj_id_1431': 'ch24kcgw000AK249', 'obj_id_1432': 'ch24kcgw00HA2872', 'obj_id_1433': 'ch24kcgw00AK2864', 'obj_id_1434': 'ch24kcgw00AK3592', 'obj_id_1435': 'ch24kcgw00HA2838', 'obj_id_1436': 'ch24kcgw00AK2842', 'obj_id_1437': 'ch24kcgw00AK2835', 'obj_id_1438': 'ch24kcgw00HA2875', 'obj_id_1439': 'ch24kcgw00AK2865', 'obj_id_1440': 'ch24kcgw00AK2864', 'obj_id_1441': 'ch24kcgw00HA2837', 'obj_id_1442': 'NULL', 'obj_id_1443': 'ch24kcgw000AK250', 'obj_id_1444': 'ch24kcgw00HA2859', 'obj_id_1445': 'NULL', 'obj_id_1446': 'ch24kcgw00HA2853', 'obj_id_1447': 'ch24kcgw00HA2860', 'obj_id_1448': 'NULL', 'obj_id_1449': 'ch24kcgw00HA2853', 'obj_id_1450': 'ch24kcgw00HA2862', 'obj_id_1451': 'NULL', 'obj_id_1452': 'ch24kcgw00AK2861', 'obj_id_1453': 'ch24kcgw00HA2863', 'obj_id_1454': 'NULL', 'obj_id_1455': 'ch24kcgw00AK2861', 'obj_id_1456': 'ch24kcgw00HA2811', 'obj_id_1457': 'ch24kcgw00AK2810', 'obj_id_1458': 'ch24kcgw00AK1175', 'obj_id_1459': 'ch24kcgw00HA2812', 'obj_id_1460': 'NULL', 'obj_id_1461': 'ch24kcgw00AK2810', 'obj_id_1462': 'ch24kcgw00HA2687', 'obj_id_1463': 'ch24kcgw00AK2568', 'obj_id_1464': 'ch24kcgw00AK2571', 'obj_id_1465': 'ch24kcgw00HA2688', 'obj_id_1466': 'ch24kcgw00AK2569', 'obj_id_1467': 'ch24kcgw00AK2567', 'obj_id_1468': 'ch24kcgw00HA2723', 'obj_id_1469': 'NULL', 'obj_id_1470': 'ch24kcgw00AK2614', 'obj_id_1471': 'ch24kcgw00HA2725', 'obj_id_1472': 'NULL', 'obj_id_1473': 'ch24kcgw000HA397', 'obj_id_1474': 'ch24kcgw00HA2728', 'obj_id_1475': 'NULL', 'obj_id_1476': 'ch24kcgw00HA2591', 'obj_id_1477': 'ch24kcgw00HA2633', 'obj_id_1478': 'NULL', 'obj_id_1479': 'ch24kcgw00HA2630', 'obj_id_1480': 'ch24kcgw00HA2686', 'obj_id_1481': 'ch24kcgw00AK2572', 'obj_id_1482': 'ch24kcgw00AK2571', 'obj_id_1483': 'ch24kcgw00HA2591', 'obj_id_1484': 'NULL', 'obj_id_1485': 'ch24kcgw00HA2589', 'obj_id_1486': 'ch24kcgw00HA2621', 'obj_id_1487': 'ch24kcgw00AK2625', 'obj_id_1488': 'ch24kcgw00AK2626', 'obj_id_1489': 'ch24kcgw00HA2622', 'obj_id_1490': 'ch24kcgw00AK2626', 'obj_id_1491': 'ch24kcgw00AK2616', 'obj_id_1492': 'ch24kcgw00HA2623', 'obj_id_1493': 'ch24kcgw00AK2616', 'obj_id_1494': 'ch24kcgw000AK279', 'obj_id_1495': 'ch24kcgw00HA2624', 'obj_id_1496': 'ch24kcgw000AK279', 'obj_id_1497': 'ch24kcgw000AK272', 'obj_id_1498': 'ch24kcgw00HA2596', 'obj_id_1499': 'NULL', 'obj_id_1500': 'ch24kcgw000HA683', 'obj_id_1501': 'ch24kcgw00HA2598', 'obj_id_1502': 'NULL', 'obj_id_1503': 'ch24kcgw0000AK23', 'obj_id_1504': 'ch24kcgw00HA2599', 'obj_id_1505': 'NULL', 'obj_id_1506': 'ch24kcgw00000AK7', 'obj_id_1507': 'ch24kcgw00HA2611', 'obj_id_1508': 'NULL', 'obj_id_1509': 'ch24kcgw0000AK36', 'obj_id_1510': 'ch24kcgw00HA2620', 'obj_id_1511': 'ch24kcgw00AK2615', 'obj_id_1512': 'ch24kcgw00AK2625', 'obj_id_1513': 'ch24kcgw00HA2533', 'obj_id_1514': 'ch24kcgw00AK1285', 'obj_id_1515': 'ch24kcgw00AK2864', 'obj_id_1516': 'ch24kcgw00HA2542', 'obj_id_1517': 'ch24kcgw00AK2537', 'obj_id_1518': 'ch24kcgw00AK2536', 'obj_id_1519': 'ch24kcgw00HA2544', 'obj_id_1520': 'ch24kcgw00AK2536', 'obj_id_1521': 'ch24kcgw00AK2535', 'obj_id_1522': 'ch24kcgw00HA2546', 'obj_id_1523': 'ch24kcgw00AK2535', 'obj_id_1524': 'ch24kcgw00AK2534', 'obj_id_1525': 'ch24kcgw00HA2619', 'obj_id_1526': 'NULL', 'obj_id_1527': 'ch24kcgw00AK2615', 'obj_id_1528': 'ch24kcgw00HA2508', 'obj_id_1529': 'ch24kcgw00AK2507', 'obj_id_1530': 'ch24kcgw0000AK11', 'obj_id_1531': 'ch24kcgw00HA2539', 'obj_id_1532': 'ch24kcgw00AK1195', 'obj_id_1533': 'ch24kcgw00AK2537', 'obj_id_1534': 'ch24kcgw00HA2548', 'obj_id_1535': 'ch24kcgw00AK2534', 'obj_id_1536': 'ch24kcgw0000AK11', 'obj_id_1537': 'ch24kcgw00HA2618', 'obj_id_1538': 'ch24kcgw00AK2617', 'obj_id_1539': 'ch24kcgw00AK2615', 'obj_id_1540': 'ch24kcgw00HA2190', 'obj_id_1541': 'ch24kcgw000AK154', 'obj_id_1542': 'ch24kcgw00HA2189', 'obj_id_1543': 'ch24kcgw00HA2262', 'obj_id_1544': 'ch24kcgw00AK1195', 'obj_id_1545': 'ch24kcgw00AK2260', 'obj_id_1546': 'ch24kcgw00HA2580', 'obj_id_1547': 'NULL', 'obj_id_1548': 'ch24kcgw00AK2578', 'obj_id_1549': 'ch24kcgw00HA2581', 'obj_id_1550': 'ch24kcgw00AK2578', 'obj_id_1551': 'ch24kcgw0000AK73', 'obj_id_1552': 'ch24kcgw00HA2585', 'obj_id_1553': 'ch24kcgw00AK2583', 'obj_id_1554': 'ch24kcgw00AK2582', 'obj_id_1555': 'ch24kcgw00HA2586', 'obj_id_1556': 'ch24kcgw00AK2584', 'obj_id_1557': 'ch24kcgw00AK2583', 'obj_id_1558': 'ch24kcgw00HA2276', 'obj_id_1559': 'NULL', 'obj_id_1560': 'ch24kcgw0000AK53', 'obj_id_1561': 'ch24kcgw00HA2226', 'obj_id_1562': 'NULL', 'obj_id_1563': 'ch24kcgw0000AK22', 'obj_id_1564': 'ch24kcgw00HA2229', 'obj_id_1565': 'NULL', 'obj_id_1566': 'ch24kcgw0000AK23', 'obj_id_1567': 'ch24kcgw00HA2235', 'obj_id_1568': 'NULL', 'obj_id_1569': 'ch24kcgw0000AK31', 'obj_id_1570': 'ch24kcgw00HA2242', 'obj_id_1571': 'NULL', 'obj_id_1572': 'ch24kcgw0000AK36', 'obj_id_1573': 'ch24kcgw000HA562', 'obj_id_1574': 'ch24kcgw0000AK43', 'obj_id_1575': 'ch24kcgw0000AK42', 'obj_id_1576': 'ch24kcgw000HA558', 'obj_id_1577': 'ch24kcgw0000AK48', 'obj_id_1578': 'ch24kcgw000AK818', 'obj_id_1579': 'ch24kcgw000HA581', 'obj_id_1580': 'ch24kcgw000AK251', 'obj_id_1581': 'ch24kcgw000AK250', 'obj_id_1582': 'ch24kcgw00HA2181', 'obj_id_1583': 'NULL', 'obj_id_1584': 'ch24kcgw00HA2183', 'obj_id_1585': 'ch24kcgw000HA580', 'obj_id_1586': 'ch24kcgw000AK250', 'obj_id_1587': 'ch24kcgw000AK249', 'obj_id_1588': 'ch24kcgw000HA579', 'obj_id_1589': 'ch24kcgw000AK249', 'obj_id_1590': 'ch24kcgw000AK154', 'obj_id_1591': 'ch24kcgw000HA585', 'obj_id_1592': 'ch24kcgw000AK248', 'obj_id_1593': 'ch24kcgw000AK154', 'obj_id_1594': 'ch24kcgw000HA567', 'obj_id_1595': 'ch24kcgw000AK154', 'obj_id_1596': 'ch24kcgw0000AK23', 'obj_id_1597': 'ch24kcgw000HA568', 'obj_id_1598': 'ch24kcgw0000AK34', 'obj_id_1599': 'ch24kcgw0000AK33', 'obj_id_1600': 'ch24kcgw000HA584', 'obj_id_1601': 'NULL', 'obj_id_1602': 'ch24kcgw000AK251', 'obj_id_1603': 'ch24kcgw000HA563', 'obj_id_1604': 'ch24kcgw0000AK44', 'obj_id_1605': 'ch24kcgw0000AK43', 'obj_id_1606': 'ch24kcgw000HA564', 'obj_id_1607': 'ch24kcgw0000AK45', 'obj_id_1608': 'ch24kcgw0000AK44', 'obj_id_1609': 'ch24kcgw000HA565', 'obj_id_1610': 'ch24kcgw0000AK14', 'obj_id_1611': 'ch24kcgw0000AK45', 'obj_id_1612': 'ch24kcgw000HA566', 'obj_id_1613': 'ch24kcgw0000AK20', 'obj_id_1614': 'ch24kcgw0000AK19', 'obj_id_1615': 'ch24kcgw000HA399', 'obj_id_1616': 'ch24kcgw0000AK78', 'obj_id_1617': 'ch24kcgw0000AK77', 'obj_id_1618': 'ch24kcgw000HA400', 'obj_id_1619': 'ch24kcgw0000AK79', 'obj_id_1620': 'ch24kcgw0000AK78', 'obj_id_1621': 'ch24kcgw000HA396', 'obj_id_1622': 'ch24kcgw0000AK75', 'obj_id_1623': 'ch24kcgw0000AK74', 'obj_id_1624': 'ch24kcgw000HA397', 'obj_id_1625': 'ch24kcgw00AK1152', 'obj_id_1626': 'ch24kcgw0000AK75', 'obj_id_1627': 'ch24kcgw000HA407', 'obj_id_1628': 'ch24kcgw0000AK86', 'obj_id_1629': 'ch24kcgw0000AK85', 'obj_id_1630': 'ch24kcgw000HA403', 'obj_id_1631': 'ch24kcgw0000AK82', 'obj_id_1632': 'ch24kcgw0000AK81', 'obj_id_1633': 'ch24kcgw000HA416', 'obj_id_1634': 'ch24kcgw0000AK95', 'obj_id_1635': 'ch24kcgw0000AK94', 'obj_id_1636': 'ch24kcgw000HA410', 'obj_id_1637': 'ch24kcgw0000AK89', 'obj_id_1638': 'ch24kcgw0000AK88', 'obj_id_1639': 'ch24kcgw000HA411', 'obj_id_1640': 'ch24kcgw0000AK90', 'obj_id_1641': 'ch24kcgw0000AK89', 'obj_id_1642': 'ch24kcgw000HA386', 'obj_id_1643': 'ch24kcgw0000AK65', 'obj_id_1644': 'ch24kcgw0000AK64', 'obj_id_1645': 'ch24kcgw000HA387', 'obj_id_1646': 'ch24kcgw0000AK66', 'obj_id_1647': 'ch24kcgw0000AK65', 'obj_id_1648': 'ch24kcgw000HA388', 'obj_id_1649': 'ch24kcgw0000AK67', 'obj_id_1650': 'ch24kcgw0000AK59', 'obj_id_1651': 'ch24kcgw000HA389', 'obj_id_1652': 'ch24kcgw0000AK68', 'obj_id_1653': 'ch24kcgw0000AK67', 'obj_id_1654': 'ch24kcgw000HA331', 'obj_id_1655': 'ch24kcgw00000AK1', 'obj_id_1656': 'ch24kcgw00000AK2', 'obj_id_1657': 'ch24kcgw000HA333', 'obj_id_1658': 'ch24kcgw00000AK3', 'obj_id_1659': 'ch24kcgw00000AK1', 'obj_id_1660': 'ch24kcgw000HA342', 'obj_id_1661': 'ch24kcgw0000AK15', 'obj_id_1662': 'ch24kcgw0000AK14', 'obj_id_1663': 'ch24kcgw000HA343', 'obj_id_1664': 'ch24kcgw0000AK16', 'obj_id_1665': 'ch24kcgw0000AK15', 'obj_id_1666': 'ch24kcgw000HA344', 'obj_id_1667': 'ch24kcgw0000AK17', 'obj_id_1668': 'ch24kcgw0000AK15', 'obj_id_1669': 'ch24kcgw000HA345', 'obj_id_1670': 'ch24kcgw0000AK18', 'obj_id_1671': 'ch24kcgw0000AK17', 'obj_id_1672': 'ch24kcgw000HA338', 'obj_id_1673': 'ch24kcgw00000AK9', 'obj_id_1674': 'ch24kcgw00000AK8', 'obj_id_1675': 'ch24kcgw000HA355', 'obj_id_1676': 'ch24kcgw0000AK29', 'obj_id_1677': 'ch24kcgw0000AK24', 'obj_id_1678': 'ch24kcgw000HA356', 'obj_id_1679': 'ch24kcgw0000AK30', 'obj_id_1680': 'ch24kcgw0000AK29', 'obj_id_1681': 'ch24kcgw000HA357', 'obj_id_1682': 'ch24kcgw0000AK31', 'obj_id_1683': 'ch24kcgw0000AK30', 'obj_id_1684': 'ch24kcgw000HA819', 'obj_id_1685': 'ch24kcgw0000AK38', 'obj_id_1686': 'ch24kcgw0000AK27', 'obj_id_1687': 'ch24kcgw000HA955', 'obj_id_1688': 'ch24kcgw00AK1735', 'obj_id_1689': 'ch24kcgw0000AK66', 'obj_id_1690': 'ch24kcgw000HA942', 'obj_id_1691': 'ch24kcgw00AK1181', 'obj_id_1692': 'ch24kcgw0000AK50', 'obj_id_1693': 'ch24kcgw00HA1168', 'obj_id_1694': 'ch24kcgw00AK1167', 'obj_id_1695': 'ch24kcgw000AK818', 'obj_id_1696': 'ch24kcgw000HA820', 'obj_id_1697': 'NULL', 'obj_id_1698': 'ch24kcgw0000AK10', 'obj_id_1699': 'ch24kcgw000HA925', 'obj_id_1700': 'NULL', 'obj_id_1701': 'ch24kcgw000HA398', 'obj_id_1702': 'ch24kcgw000HA790', 'obj_id_1703': 'ch24kcgw00AK2887', 'obj_id_1704': 'ch24kcgw000HA400', 'obj_id_1705': 'ch24kcgw00HA1170', 'obj_id_1706': 'NULL', 'obj_id_1707': 'ch24kcgw00AK1169', 'obj_id_1708': 'ch24kcgw00HA1171', 'obj_id_1709': 'NULL', 'obj_id_1710': 'ch24kcgw000HA700', 'obj_id_1711': 'ch24kcgw000HA786', 'obj_id_1712': 'ch24kcgw00AK1258', 'obj_id_1713': 'ch24kcgw000HA402', 'obj_id_1714': 'ch24kcgw00HA1163', 'obj_id_1715': 'NULL', 'obj_id_1716': 'ch24kcgw00AK1161', 'obj_id_1717': 'ch24kcgw00HA1164', 'obj_id_1718': 'NULL', 'obj_id_1719': 'ch24kcgw00AK1161', 'obj_id_1720': 'ch24kcgw000HA787', 'obj_id_1721': 'NULL', 'obj_id_1722': 'ch24kcgw000HA402', 'obj_id_1723': 'ch24kcgw000HA785', 'obj_id_1724': 'NULL', 'obj_id_1725': 'ch24kcgw000HA403', 'obj_id_1726': 'ch24kcgw000HA784', 'obj_id_1727': 'ch24kcgw00AK1281', 'obj_id_1728': 'ch24kcgw000HA413', 'obj_id_1729': 'ch24kcgw000HA789', 'obj_id_1730': 'ch24kcgw00AK1246', 'obj_id_1731': 'ch24kcgw000HA400', 'obj_id_1732': 'ch24kcgw000HA798', 'obj_id_1733': 'NULL', 'obj_id_1734': 'ch24kcgw000HA380', 'obj_id_1735': 'ch24kcgw000HA809', 'obj_id_1736': 'NULL', 'obj_id_1737': 'ch24kcgw000HA338', 'obj_id_1738': 'ch24kcgw000HA812', 'obj_id_1739': 'NULL', 'obj_id_1740': 'ch24kcgw000HA387', 'obj_id_1741': 'ch24kcgw000HA808', 'obj_id_1742': 'NULL', 'obj_id_1743': 'ch24kcgw000HA340', 'obj_id_1744': 'ch24kcgw000HA804', 'obj_id_1745': 'NULL', 'obj_id_1746': 'ch24kcgw000HA558', 'obj_id_1747': 'ch24kcgw000HA802', 'obj_id_1748': 'NULL', 'obj_id_1749': 'ch24kcgw000HA383', 'obj_id_1750': 'ch24kcgw000HA806', 'obj_id_1751': 'NULL', 'obj_id_1752': 'ch24kcgw000HA340', 'obj_id_1753': 'ch24kcgw000HA805', 'obj_id_1754': 'NULL', 'obj_id_1755': 'ch24kcgw000HA558', 'obj_id_1756': 'ch24kcgw000HA700', 'obj_id_1757': 'ch24kcgw00AK2260', 'obj_id_1758': 'ch24kcgw0000AK11', 'obj_id_1759': 'ch24kcgw000HA692', 'obj_id_1760': 'NULL', 'obj_id_1761': 'ch24kcgw0000AK11', 'obj_id_1762': 'ch24kcgw000HA699', 'obj_id_1763': 'NULL', 'obj_id_1764': 'ch24kcgw000AK273', 'obj_id_1765': 'ch24kcgw000HA698', 'obj_id_1766': 'NULL', 'obj_id_1767': 'ch24kcgw000AK273', 'obj_id_1768': 'ch24kcgw000HA703', 'obj_id_1769': 'NULL', 'obj_id_1770': 'ch24kcgw0000AK88', 'obj_id_1771': 'ch24kcgw000HA701', 'obj_id_1772': 'NULL', 'obj_id_1773': 'NULL', 'obj_id_1774': 'ch24kcgw000HA683', 'obj_id_1775': 'NULL', 'obj_id_1776': 'ch24kcgw0000AK16', 'obj_id_1777': 'ch24kcgw000HA625', 'obj_id_1778': 'NULL', 'obj_id_1779': 'NULL', 'obj_id_1780': 'ch24kcgw000HA624', 'obj_id_1781': 'NULL', 'obj_id_1782': 'NULL', 'obj_id_1783': 'ch24kcgw000HA619', 'obj_id_1784': 'NULL', 'obj_id_1785': 'ch24kcgw000AK275', 'obj_id_1786': 'ch24kcgw000HA623', 'obj_id_1787': 'ch24kcgw000HA622', 'obj_id_1788': 'NULL', 'obj_id_1789': 'ch24kcgw000HA678', 'obj_id_1790': 'NULL', 'obj_id_1791': 'ch24kcgw000HA378', 'obj_id_1792': 'ch24kcgw000HA628', 'obj_id_1793': 'ch24kcgw000AK285', 'obj_id_1794': 'ch24kcgw0000AK88', 'obj_id_1795': 'ch24kcgw000HA622', 'obj_id_1796': 'NULL', 'obj_id_1797': 'NULL', 'obj_id_1798': 'ch24kcgw000HA627', 'obj_id_1799': 'ch24kcgw000AK280', 'obj_id_1800': 'NULL', 'obj_id_1801': 'ch24kcgw000HA588', 'obj_id_1802': 'NULL', 'obj_id_1803': 'ch24kcgw0000AK21', 'obj_id_1804': 'ch24kcgw000HA616', 'obj_id_1805': 'NULL', 'obj_id_1806': 'NULL', 'obj_id_1807': 'ch24kcgw000HA610', 'obj_id_1808': 'NULL', 'obj_id_1809': 'ch24kcgw00AK1167', 'obj_id_1810': 'ch24kcgw000HA605', 'obj_id_1811': 'ch24kcgw000AK269', 'obj_id_1812': 'ch24kcgw000AK268', 'obj_id_1813': 'ch24kcgw00HA3474', 'obj_id_1814': 'NULL', 'obj_id_1815': 'ch24kcgw00HA3006', 'obj_id_1816': 'ch24kcgw00HA3490', 'obj_id_1817': 'NULL', 'obj_id_1818': 'ch24kcgw00HA3470', 'obj_id_1819': 'ch24kcgw00HA3491', 'obj_id_1820': 'NULL', 'obj_id_1821': 'ch24kcgw00HA3470', 'obj_id_1822': 'ch24kcgw00HA3470', 'obj_id_1823': 'NULL', 'obj_id_1824': 'ch24kcgw00HA3006', 'obj_id_1825': 'ch24kcgw00HA3471', 'obj_id_1826': 'NULL', 'obj_id_1827': 'ch24kcgw00HA3006', 'obj_id_1828': 'ch24kcgw000HA604', 'obj_id_1829': 'NULL', 'obj_id_1830': 'ch24kcgw000AK269', 'obj_id_1831': 'ch24kcgw000HA615', 'obj_id_1832': 'ch24kcgw00AK1580', 'obj_id_1833': 'ch24kcgw000HA613', 'obj_id_1834': 'ch24kcgw000HA606', 'obj_id_1835': 'ch24kcgw000AK268', 'obj_id_1836': 'ch24kcgw000AK267', 'obj_id_1837': 'ch24kcgw00HA3472', 'obj_id_1838': 'NULL', 'obj_id_1839': 'ch24kcgw00HA3006', 'obj_id_1840': 'ch24kcgw00HA3473', 'obj_id_1841': 'NULL', 'obj_id_1842': 'ch24kcgw00HA3006', 'obj_id_1843': 'ch24kcgw00HA3528', 'obj_id_1844': 'NULL', 'obj_id_1845': 'ch24kcgw00AK3526', 'obj_id_1846': 'ch24kcgw00HA3423', 'obj_id_1847': 'NULL', 'obj_id_1848': 'ch24kcgw00HA2992', 'obj_id_1849': 'ch24kcgw00HA3407', 'obj_id_1850': 'NULL', 'obj_id_1851': 'ch24kcgw00HA3401', 'obj_id_1852': 'ch24kcgw00HA3408', 'obj_id_1853': 'NULL', 'obj_id_1854': 'ch24kcgw00HA3406', 'obj_id_1855': 'ch24kcgw00HA3451', 'obj_id_1856': 'NULL', 'obj_id_1857': 'ch24kcgw00HA3306', 'obj_id_1858': 'ch24kcgw00HA3452', 'obj_id_1859': 'NULL', 'obj_id_1860': 'ch24kcgw00HA3306', 'obj_id_1861': 'ch24kcgw00HA3432', 'obj_id_1862': 'NULL', 'obj_id_1863': 'ch24kcgw00HA3041', 'obj_id_1864': 'ch24kcgw00HA3468', 'obj_id_1865': 'NULL', 'obj_id_1866': 'ch24kcgw00HA3027', 'obj_id_1867': 'ch24kcgw00HA3453', 'obj_id_1868': 'NULL', 'obj_id_1869': 'ch24kcgw00HA3306', 'obj_id_1870': 'ch24kcgw00HA3463', 'obj_id_1871': 'NULL', 'obj_id_1872': 'ch24kcgw00AK2914', 'obj_id_1873': 'ch24kcgw00HA3454', 'obj_id_1874': 'NULL', 'obj_id_1875': 'ch24kcgw00HA3007', 'obj_id_1876': 'ch24kcgw00HA3455', 'obj_id_1877': 'NULL', 'obj_id_1878': 'ch24kcgw00HA3454', 'obj_id_1879': 'ch24kcgw00HA3456', 'obj_id_1880': 'NULL', 'obj_id_1881': 'ch24kcgw00HA3454', 'obj_id_1882': 'ch24kcgw00HA3354', 'obj_id_1883': 'NULL', 'obj_id_1884': 'ch24kcgw00HA2984', 'obj_id_1885': 'ch24kcgw00HA3355', 'obj_id_1886': 'NULL', 'obj_id_1887': 'ch24kcgw00HA3354', 'obj_id_1888': 'ch24kcgw00HA3313', 'obj_id_1889': 'NULL', 'obj_id_1890': 'NULL', 'obj_id_1891': 'ch24kcgw00HA3310', 'obj_id_1892': 'NULL', 'obj_id_1893': 'ch24kcgw00AK2919', 'obj_id_1894': 'ch24kcgw00HA3309', 'obj_id_1895': 'NULL', 'obj_id_1896': 'ch24kcgw00HA3308', 'obj_id_1897': 'ch24kcgw00HA3361', 'obj_id_1898': 'NULL', 'obj_id_1899': 'ch24kcgw00HA3357', 'obj_id_1900': 'ch24kcgw00HA3367', 'obj_id_1901': 'NULL', 'obj_id_1902': 'ch24kcgw00AK2916', 'obj_id_1903': 'ch24kcgw00HA3371', 'obj_id_1904': 'NULL', 'obj_id_1905': 'ch24kcgw00HA2976', 'obj_id_1906': 'ch24kcgw00HA3372', 'obj_id_1907': 'NULL', 'obj_id_1908': 'ch24kcgw00HA3371', 'obj_id_1909': 'ch24kcgw00HA3357', 'obj_id_1910': 'NULL', 'obj_id_1911': 'ch24kcgw00HA3355', 'obj_id_1912': 'ch24kcgw00HA3358', 'obj_id_1913': 'NULL', 'obj_id_1914': 'ch24kcgw00HA3357', 'obj_id_1915': 'ch24kcgw00HA3359', 'obj_id_1916': 'NULL', 'obj_id_1917': 'ch24kcgw00HA3357', 'obj_id_1918': 'ch24kcgw00HA3360', 'obj_id_1919': 'NULL', 'obj_id_1920': 'ch24kcgw00HA3357', 'obj_id_1921': 'ch24kcgw00HA3306', 'obj_id_1922': 'NULL', 'obj_id_1923': 'ch24kcgw00HA3007', 'obj_id_1924': 'ch24kcgw00HA3305', 'obj_id_1925': 'NULL', 'obj_id_1926': 'ch24kcgw00HA3008', 'obj_id_1927': 'ch24kcgw00HA3299', 'obj_id_1928': 'NULL', 'obj_id_1929': 'ch24kcgw00AK2923', 'obj_id_1930': 'ch24kcgw00HA3072', 'obj_id_1931': 'NULL', 'obj_id_1932': 'ch24kcgw00AK2896', 'obj_id_1933': 'ch24kcgw00HA3298', 'obj_id_1934': 'NULL', 'obj_id_1935': 'ch24kcgw00HA3013', 'obj_id_1936': 'ch24kcgw00HA3293', 'obj_id_1937': 'NULL', 'obj_id_1938': 'ch24kcgw00HA3418', 'obj_id_1939': 'ch24kcgw00HA3292', 'obj_id_1940': 'NULL', 'obj_id_1941': 'ch24kcgw00HA3418', 'obj_id_1942': 'ch24kcgw00HA3303', 'obj_id_1943': 'NULL', 'obj_id_1944': 'ch24kcgw00AK2921', 'obj_id_1945': 'ch24kcgw00HA3302', 'obj_id_1946': 'NULL', 'obj_id_1947': 'ch24kcgw00AK2921', 'obj_id_1948': 'ch24kcgw00HA3053', 'obj_id_1949': 'ch24kcgw00AK3726', 'obj_id_1950': 'ch24kcgw00AK2888', 'obj_id_1951': 'ch24kcgw00HA3011', 'obj_id_1952': 'ch24kcgw00AK3009', 'obj_id_1953': 'ch24kcgw00AK3010', 'obj_id_1954': 'ch24kcgw00HA3018', 'obj_id_1955': 'NULL', 'obj_id_1956': 'ch24kcgw00AK3014', 'obj_id_1957': 'ch24kcgw00HA3022', 'obj_id_1958': 'NULL', 'obj_id_1959': 'ch24kcgw00AK3019', 'obj_id_1960': 'ch24kcgw00HA3004', 'obj_id_1961': 'NULL', 'obj_id_1962': 'ch24kcgw00AK3002', 'obj_id_1963': 'ch24kcgw00HA2951', 'obj_id_1964': 'ch24kcgw00AK2947', 'obj_id_1965': 'ch24kcgw00AK2950', 'obj_id_1966': 'ch24kcgw00HA3034', 'obj_id_1967': 'NULL', 'obj_id_1968': 'ch24kcgw00HA3381', 'obj_id_1969': 'ch24kcgw00HA3033', 'obj_id_1970': 'NULL', 'obj_id_1971': 'ch24kcgw00AK2956', 'obj_id_1972': 'ch24kcgw00HA3035', 'obj_id_1973': 'NULL', 'obj_id_1974': 'ch24kcgw00HA3034', 'obj_id_1975': 'ch24kcgw00HA3038', 'obj_id_1976': 'NULL', 'obj_id_1977': 'ch24kcgw00AK2959', 'obj_id_1978': 'ch24kcgw00HA3037', 'obj_id_1979': 'NULL', 'obj_id_1980': 'ch24kcgw00HA3036', 'obj_id_1981': 'ch24kcgw00HA3032', 'obj_id_1982': 'NULL', 'obj_id_1983': 'ch24kcgw00HA3461', 'obj_id_1984': 'ch24kcgw00HA3039', 'obj_id_1985': 'NULL', 'obj_id_1986': 'ch24kcgw00AK2960', 'obj_id_1987': 'ch24kcgw00HA2955', 'obj_id_1988': 'ch24kcgw00AK2949', 'obj_id_1989': 'ch24kcgw00AK2950', 'obj_id_1990': 'ch24kcgw00HA2954', 'obj_id_1991': 'ch24kcgw00AK2946', 'obj_id_1992': 'ch24kcgw00HA2952'}]
(Background on this error at: http://sqlalche.me/e/13/f405)

Python-Version: 3.12.7 (main, Oct 25 2024, 11:18:09) [MSC v.1938 64 bit (AMD64)]
QGIS-Version: 3.34.12-Prizren Prizren, eeb6af3638


Export SIA405, a selection of reaches: I get this error:

_Ein Fehler trat bei der Ausführung von Python-Code auf:

ValueError: list.remove(x): x not in list
Traceback (most recent call last):
File "C:\Users/KAU/AppData/Roaming/QGIS/QGIS3\profiles\qgep164/python/plugins\qgepplugin\qgepqwat2ili\qgepqwat2ili\gui_init_.py", line 715, in action_do_export
qgepsia405_export(
File "C:\Users/KAU/AppData/Roaming/QGIS/QGIS3\profiles\qgep164/python/plugins\qgepplugin\qgepqwat2ili\qgepqwat2ili\qgepsia405\export.py", line 61, in qgep_export
subset_ids = remove_from_selection(subset_ids, ws_off_sia405abwasser_list)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/KAU/AppData/Roaming/QGIS/QGIS3\profiles\qgep164/python/plugins\qgepplugin\qgepqwat2ili\qgepqwat2ili\utils\ili2db.py", line 627, in remove_from_selection
selected_ids.remove(list_item)
ValueError: list.remove(x): x not in list

Python-Version: 3.12.7 (main, Oct 25 2024, 11:18:09) [MSC v.1938 64 bit (AMD64)]
QGIS-Version: 3.34.12-Prizren Prizren, eeb6af3638_

Copy link

@urskaufmann urskaufmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still errors when exporting a selection, no errors when exporting without selection, but in SIA405-export dataloss, when network_elements have no fk_wastewater_structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants