Browse Source

2024-0625
新增2个账号

罗俊辉 1 year ago
parent
commit
28921ddd67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      applications/deal/process_deal.py

+ 1 - 0
applications/deal/process_deal.py

@@ -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: