luojunhui 7 달 전
부모
커밋
d430e9e343
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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