This commit is contained in:
yuxianghui
2024-06-17 17:24:23 +08:00
parent 0fc5b12894
commit 5bec3d6061
2 changed files with 2 additions and 2 deletions

View File

@@ -234,8 +234,7 @@ class FunctionalCuttingToolEntity(models.Model):
'blade_tip_characteristics_name': item.blade_tip_characteristics_id.name,
'handle_type_name': item.handle_type_id.name,
'cutting_direction_names': get_cutting_direction_names(item),
'suitable_coolant_names': get_suitable_coolant_names(item),
'active': item.active,
'suitable_coolant_names': get_suitable_coolant_names(item)
}
functional_tool_list.append(val)
kw = json.dumps(functional_tool_list, ensure_ascii=False)