|
|
@@ -301,6 +301,9 @@ async def handle_detail(request: Request, params: HandlerDetail):
|
|
|
is_only_cutout = params.is_only_cutout
|
|
|
handler_result = []
|
|
|
handler_result_folder = ""
|
|
|
+ if is_only_cutout == 1:
|
|
|
+ # 如果是仅抠图模式,避免进入到excel模式
|
|
|
+ params.excel_path = ""
|
|
|
if params.excel_path != "" and params.excel_path != None:
|
|
|
return fromExcelHandler(params)
|
|
|
# goods_art_list = run_main.data_mode_generate_detail.get_goods_art_no_info(
|