@@ -147,8 +147,8 @@ class drawView(TemplateView):
if tko.code == 0:
phone = tko.userID
qs = phoneNumModel.objects.filter(phone=phone, status=0)
- if True:
- # if qs.exists():
+ # if True:
+ if qs.exists():
# status c611=>1 , c612=>2 ,不中间=>3
# 权重
test = randomMachine()