Commit 7c5dba6d authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程一脚本提交

parent e2cb60bd
...@@ -73,10 +73,10 @@ def test1(type=1): ...@@ -73,10 +73,10 @@ def test1(type=1):
info = FileUtils().r_info8('b5_spd3_core_business_flow', "产品审核信息", 'message%s' % i) info = FileUtils().r_info8('b5_spd3_core_business_flow', "产品审核信息", 'message%s' % i)
hosGoodsId = info['hosGoodsId'] hosGoodsId = info['hosGoodsId']
import_goods(hosGoodsId) import_goods(hosGoodsId)
for i in range(1, 6): # for i in range(1, 6):
info = FileUtils().r_info8('b5_spd3_core_business_flow', "产品审核信息", 'message%s' % i) # info = FileUtils().r_info8('b5_spd3_core_business_flow', "产品审核信息", 'message%s' % i)
hosGoodsId = info['hosGoodsId'] # hosGoodsId = info['hosGoodsId']
check_import_goods(hosGoodsId) # check_import_goods(hosGoodsId)
# r_b8库房管理_库区设置_同步库房信息 # r_b8库房管理_库区设置_同步库房信息
execute_command("python runner_test.py tag id2263-221 debug sit") execute_command("python runner_test.py tag id2263-221 debug sit")
......
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