@@ -249,7 +249,7 @@ def do_upload_uid(request):
else:
return response.json(376)
# tutk uid长度为14或20
- elif len(uid) != 14 or len(uid) != 20:
+ elif len(uid) != 14 and len(uid) != 20:
UID.uid = uid
bulk.append(UID)