Commit 190eca7e authored by xiao-hesheng's avatar xiao-hesheng
Browse files

供销关系审核通过

parent 3537251c
...@@ -45,7 +45,7 @@ def submitSupplyRelation_reject(): ...@@ -45,7 +45,7 @@ def submitSupplyRelation_reject():
result = commonFuc().http_post(url, request_body, headers) result = commonFuc().http_post(url, request_body, headers)
print('result', result) print('result', result)
#断言 #断言
checkDict=commonFuc().get_business_data(module,'checkDict3') checkDict=commonFuc().get_business_data(module,'checkDict')
commonFuc().check_result(checkDict,result) commonFuc().check_result(checkDict,result)
submitSupplyRelation_reject() submitSupplyRelation_reject()
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