Commit 414ea60c authored by 肖 和生's avatar 肖 和生
Browse files

Merge remote-tracking branch 'remotes/origin/master' into core_flow

parents 9045de68 e2cb60bd
...@@ -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