tanghongbin 4 жил өмнө
parent
commit
141e91f18c

+ 1 - 1
Controller/UIDController.py

@@ -146,7 +146,7 @@ class UIDView(View):
             now_time = int(time.time())
             for item in uid_qs:
                 item.status = 1
-                item.update_time = time.time()
+                item.update_time = now_time
                 user_uid = UserUIDModel()
                 user_uid.uid = item
                 user_uid.user = allot_user_qs[0]