Commit 2445f7cb authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本,精确查询时,解决因数据库中的数据被删除导致脚本失败的问题

parent e433c198
...@@ -142,6 +142,5 @@ def test1(): ...@@ -142,6 +142,5 @@ def test1():
commonFuc().check_text_exist(0, result) commonFuc().check_text_exist(0, result)
else: else:
commonFuc().check_text_exist('error', result) commonFuc().check_text_exist('error', result)
#增加根据指定产品id返回相关信息写入到文件中
test1() test1()
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