From e50db6fd4c940d3e961ca62949c60748d3a8d10e Mon Sep 17 00:00:00 2001 From: longchao <1432334894@qq.com> Date: Tue, 29 Jul 2025 16:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=BD=95=E5=85=A5=E9=9D=9E=E5=8E=9F?= =?UTF-8?q?=E5=88=9B=E5=BE=AE=E5=8D=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/es_setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/es_setting.php b/tools/es_setting.php index 836f8eb..2be78be 100644 --- a/tools/es_setting.php +++ b/tools/es_setting.php @@ -46,7 +46,7 @@ $log_path_success = '/datacenter/zhishiku/es_success.log'; $log_path_err = '/datacenter/zhishiku/es_error.log'; for($page=0;;$page++){ - $sql = "SELECT * FROM spider_weibo where uid=2282201403 and id>".$min_id." order by id asc limit ".$limit; + $sql = "SELECT * FROM spider_weibo where f_mblogid='' and uid=2282201403 and id>".$min_id." order by id asc limit ".$limit; $result = $conn->query($sql); if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) {