|
|
@@ -163,8 +163,8 @@ def fromExcelHandler(params: HandlerDetail):
|
|
|
for tempItem in params.temp_list:
|
|
|
temp_class[tempItem.template_id] = tempItem.template_local_classes
|
|
|
temp_name_list.append(tempItem.template_id)
|
|
|
- if goods_art_no_image_dir not in path:
|
|
|
- path = path + "/" + goods_art_no_image_dir
|
|
|
+ # if goods_art_no_image_dir not in path:
|
|
|
+ # path = path + "/" + goods_art_no_image_dir
|
|
|
config_data = {
|
|
|
"image_dir": path,
|
|
|
"image_order": params.template_image_order,
|