From 969dc8bd645b14bc2e59b218abc32bfd41b3880c Mon Sep 17 00:00:00 2001 From: hellcat Date: Thu, 19 Mar 2026 20:31:46 +0800 Subject: [PATCH] no message --- app/Services/Cron/ArticleSchema.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/Cron/ArticleSchema.php b/app/Services/Cron/ArticleSchema.php index 4692dc81..8004d992 100755 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -111,6 +111,8 @@ final class ArticleSchema continue; } + $oCmdFLow = ServiceArticleCmd::startWithO($oArticleSchema)->moveToLog($sCmdKey); + if ($oCmdFLow->isFail()) { $sMsg = "movetolog失败?"; TeleSlave::warn()->send([ @@ -121,8 +123,6 @@ final class ArticleSchema continue; } - $oCmdFLow = ServiceArticleCmd::startWithO($oArticleSchema)->moveToLog($sCmdKey); - echo($sHttpResult); //// 丑陋缝补一下