|
@@ -1521,7 +1521,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)
|
|
|
|