tanghongbin 4 роки тому
батько
коміт
141e91f18c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Controller/UIDController.py

+ 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]