tanghongbin 5 years ago
parent
commit
ba3a8c84f5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Controller/FileController.py

+ 2 - 1
Controller/FileController.py

@@ -111,7 +111,8 @@ class UploadUIDFileView(View):
                                                                                                      uid_extra=uidModel.uid_extra,
                                                                                                      status=uidModel.status,
                                                                                                      area=uidModel.area))
-            uidModel.save()
+            tmp = uidModel.save()
+            print(tmp)
             # bulk.append(uidModel)
             try:
                 try: