Explorar el Código

修改更新时间

tanghongbin hace 4 años
padre
commit
141e91f18c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]