Commit 3641ce91 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程九脚本编写

parent a37c6fb4
......@@ -879,6 +879,7 @@ def invoice(type=1, OBh_ID='OBhxxxxxxxxxxxxxxx'):
print('result', '发票归档列表查询', result)
data1 = commonFuc().analysis_json('data', commonFuc().analysis_json('data', result))
total = commonFuc().analysis_json('total', commonFuc().analysis_json('data', result))
VI_id3='VI_id3'
if total == 0:
print('检查被测程序,发票归档列表查询查询数据是否正确')
else:
......@@ -907,6 +908,7 @@ def invoice(type=1, OBh_ID='OBhxxxxxxxxxxxxxxx'):
print('result', '付款单列表查询', result)
data1 = commonFuc().analysis_json('data', commonFuc().analysis_json('data', result))
total = commonFuc().analysis_json('total', commonFuc().analysis_json('data', result))
VI_id4='VI_id4'
if total == 0:
print('检查被测程序,发票归档列表查询查询数据是否正确')
else:
......
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