ソースを参照

修改更新时间

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]