소스 검색

PC获取序列号

chenshibin 4 년 전
부모
커밋
2ab51d5bf7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/SerialNumberController.py

+ 1 - 1
Controller/SerialNumberController.py

@@ -130,7 +130,7 @@ class SerialNumberView(View):
             if count == 5 and value is False:
                 return response.json(5)
 
-            quantity = int( Q)
+            quantity = int(quantity)
 
             company_serial_qs = CompanySerialModel.objects.filter(company__secret=company_id, status=0)
             if not company_serial_qs.exists():