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

流程一脚本提交

parent 6610886a
...@@ -73,8 +73,6 @@ def test1(type=1): ...@@ -73,8 +73,6 @@ 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)
break
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']
...@@ -134,6 +132,7 @@ def import_goods(hosGoodsId): ...@@ -134,6 +132,7 @@ def import_goods(hosGoodsId):
else: else:
break break
# 查询产品信息========================================= # 查询产品信息=========================================
#导入院区产品 #导入院区产品
url = commonFuc().get_api_add_port_url() + commonFuc().get_business_data(module, "importGoods_url") url = commonFuc().get_api_add_port_url() + commonFuc().get_business_data(module, "importGoods_url")
......
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