浏览代码

2024-0627-处理mysql问题

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

+ 1 - 1
applications/deal/process_deal.py

@@ -30,7 +30,7 @@ class ProcessDeal(object):
             WHERE content_status = 0 and process_times <= 5
             ORDER BY request_time_stamp
             ASC
-            LIMIT 8;
+            LIMIT 4;
         """
         content_ids = await self.mysql_client.async_select(select_sql1)
         cil = []