浏览代码

2024-0625
新增2个账号

罗俊辉 1 年之前
父节点
当前提交
28921ddd67
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      applications/deal/process_deal.py

+ 1 - 0
applications/deal/process_deal.py

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