소스 검색

定制客户模块 APP扫码添加过滤已添加过序列号

linhaohong 1 년 전
부모
커밋
c3adb7db97
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Controller/CustomCustomer/CustomCustomerController.py

+ 3 - 0
Controller/CustomCustomer/CustomCustomerController.py

@@ -109,6 +109,9 @@ class CustomCustomerView(View):
         if not custom_customer:
             return response.json(173)
 
+        custom_customer_device_qs = CustomCustomerDevice.objects.filter(full_code=full_code)
+        if custom_customer_device_qs.exists():
+            return response.json(174)
         # 创建新设备记录
         try:
             # 检查full_code的格式并提取相关字段