|
@@ -98,7 +98,7 @@ class ExcelUtil:
|
|
|
result = {}
|
|
|
datas.sort(key=lambda obj: obj[0])
|
|
|
for tag_type, sub_datas in groupby(datas, key=lambda obj: obj[0]):
|
|
|
- if tag_type == '用户画像-审美偏好':
|
|
|
+ if tag_type not in no_need_module:
|
|
|
sub_list = [x for x in sub_datas]
|
|
|
sub_list.sort(key=lambda obj: obj[1])
|
|
|
sub_result = {}
|