|
@@ -150,7 +150,7 @@ class drawView(TemplateView):
|
|
test = randomMachine()
|
|
test = randomMachine()
|
|
# status c611=>1 , c612=>2 ,不中间=>3
|
|
# status c611=>1 , c612=>2 ,不中间=>3
|
|
# 权重
|
|
# 权重
|
|
- test.setWeight({1: 1, 2: 1, 3: 3})
|
|
|
|
|
|
+ test.setWeight({1: 1, 2: 1, 3: 50})
|
|
has_chow = test.drawing()
|
|
has_chow = test.drawing()
|
|
user = phoneNumModel.objects.filter(phone=phone)
|
|
user = phoneNumModel.objects.filter(phone=phone)
|
|
|
|
|