luojunhui 6 tháng trước cách đây
mục cha
commit
d430e9e343
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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