Commit 647b3a24 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程五脚本提交

parent 5e718f0f
......@@ -32,9 +32,9 @@ def check_mcms_goods_info(type=1):
hos_goods_id = FileUtils().r_info8('b5_spd3_core_business_flow', '产品审核信息', 'message5')["hosGoodsId"]
else:
hos_goods_id = 'hos_goods_id'
# if hos_goods_id==None:
# print('产品信息还未写入文件,请检查脚本')
# sys.exit(0)
if hos_goods_id==None:
print('产品信息还未写入文件,请检查脚本')
sys.exit(0)
except Exception as e:
print("发生异常:", str(e))
hos_goods_id = 'hos_goods_id'
......
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