From 080045a48a5c8a3ddcf644c277bd363579f03209 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 24 Nov 2025 14:19:16 +0800 Subject: [PATCH] no message --- app/Services/Cron/ArticleSchema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron/ArticleSchema.php b/app/Services/Cron/ArticleSchema.php index 647dd997..76a96500 100644 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -143,7 +143,7 @@ final class ArticleSchema $iTimeDiff = time() - $iCacheTime; - if ($iCacheTime < $iCacheTimeDelay) { + if ($iTimeDiff < $iCacheTimeDelay) { echo " - 有缓存但没到更新时间\n"; return false; }