Commit 5b5b0617 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

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

parent f8d8d032
......@@ -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')
# 将产品信息写入到文件中
......
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