@@ -127,8 +127,8 @@ class SerialNumberView(View):
value = redisObject.lpop(key)
count += 1
- if count == 5 and value is False:
- return response.json(5)
+ # if count == 5 and value is False: 暂时注释
+ # return response.json(5)
quantity = int(quantity)