|
|
@@ -192,15 +192,12 @@ def fromExcelHandler(params: HandlerDetail):
|
|
|
config_data["temp_class"] = temp_class_dict
|
|
|
return_data = run_main.check_before_cutout(config_data)
|
|
|
cutout_res = run_main.check_for_cutout_image_first_call_back(return_data)
|
|
|
+ print("cutout_res", cutout_res)
|
|
|
check_for_detail_first_res = None
|
|
|
if cutout_res:
|
|
|
return_data_check_before_detail = run_main.check_before_detail(
|
|
|
config_data
|
|
|
)
|
|
|
- print(
|
|
|
- "return_data_check_before_detail======> 测试 ==>",
|
|
|
- return_data_check_before_detail,
|
|
|
- )
|
|
|
check_for_detail_first_res = run_main.check_for_detail_first_call_back(
|
|
|
return_data_check_before_detail
|
|
|
)
|