Commit a7f3c925 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程五脚本提交

parent 775cba52
......@@ -186,9 +186,11 @@ try:
supplyProvHosGoods_add_DI()
# ==============分割线 暂时注释===============
commonFuc().check_text_exist_result_text('succees', 'succees')
except:
except Exception as e:
print("发生异常:", str(e))
print('新增产品信息出现异常,后续的脚本必然无法走通,需要检查程序或者脚本或者环境是否出现问题')
commonFuc().check_text_exist_result_text('产品新增失败', '产品新增成功')
sys.exit(0)
else:
# 删除今天之前的产品信息(包含内外网)
# delData().Del_goods_info_all()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment