Browse Source

修复转移套餐功能

peng 8 months ago
parent
commit
775addd56b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AdminController/ServeManagementController.py

+ 1 - 1
AdminController/ServeManagementController.py

@@ -1869,7 +1869,7 @@ class serveManagement(View):
             if not old_using_uid_bucket.exists() and not old_unusing_uid_bucket.exists():
                 return response.json(10017)
 
-            if old_using_uid_bucket.exists() and old_unusing_uid_bucket():
+            if old_using_uid_bucket.exists() and old_unusing_uid_bucket.exists():
                 LOGGER.info(f'云存转移, orderID:{orderID}, 该订单同时出现在已使用和未使用数据库')
                 return response.json(10018)