Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
5b5b0617
Commit
5b5b0617
authored
Mar 18, 2024
by
xiao-hesheng
Browse files
优化脚本,精确查询时,解决因数据库中的数据被删除导致脚本失败的问题
parent
f8d8d032
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/b3_herp3_purchase/a_a1_手工采购计划_添加产品页面_列表查询_查询全部.air/a_a1_手工采购计划_添加产品页面_列表查询_查询全部.py
View file @
5b5b0617
...
...
@@ -80,7 +80,7 @@ def test1():
if
purMode
==
60
:
list_c
.
append
(
i
)
break
print
(
'list_a'
,
len
(
list_a
),
list_a
)
#
print('list_a', len(list_a), list_a)
info
=
(
list_a
,
list_b
,
list_c
)
titlename
=
(
'list_a'
,
'list_b'
,
'list_c'
)
# 将产品信息写入到文件中
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment