Commit 7963376f authored by 肖 和生's avatar 肖 和生
Browse files

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

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