Commit 0fe32c16 authored by 肖 和生's avatar 肖 和生
Browse files

Merge remote-tracking branch 'remotes/origin/master' into core_folw1

parents 12a06581 45c1c48e
......@@ -767,7 +767,7 @@ def check_accept_order(type=1):
data = commonFuc().analysis_json('data', result)
code = commonFuc().analysis_json('code', result)
print(code)
if code == 0 and data == 1:
if code == 0 and len(data) >= 1:
break
else:
print('设置产品合格出现问题')
......
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