|
@@ -81,6 +81,7 @@ class TongCe:
|
|
|
result = self.shangju_db.select(self.sql_2, [67])
|
|
|
insert_data = []
|
|
|
for rt in result:
|
|
|
+ rt = list(rt)
|
|
|
option_configuration = self.options_info.get('67' + str(rt[6]))
|
|
|
if option_configuration and len(option_configuration) == 3:
|
|
|
rt.extend(option_configuration)
|