@@ -32,6 +32,7 @@ class ProcessDeal(object):
ASC
LIMIT 4;
"""
+ print(select_sql1)
content_ids = await self.mysql_client.async_select(select_sql1)
cil = []
for content_id in content_ids: