luojunhui 5 months ago
parent
commit
d430e9e343
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tasks/history_task.py

+ 1 - 1
tasks/history_task.py

@@ -250,7 +250,7 @@ class historyContentIdTask(object):
         result = await self.mysql_client.async_select(sql)
         if result:
             status = result[0][1]
-            if status in {UP_LEVEL_STATUS, EXIT_STATUS}:
+            if status in {UP_LEVEL_STATUS, TITLE_EXIT_STATUS}:
                 return True
             else:
                 return False