From 33c00e8e541c954dfe730c149be5bfa9f8fe9dbb Mon Sep 17 00:00:00 2001 From: hellcat Date: Thu, 19 Mar 2026 20:21:01 +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 8e847a95..4692dc81 100755 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -110,8 +110,6 @@ final class ArticleSchema echo $sMsg; continue; } - - $oCmdFLow = ServiceArticleCmd::startWithO($oArticleSchema)->moveToLog($sCmdKey); if ($oCmdFLow->isFail()) { $sMsg = "movetolog失败?"; @@ -123,6 +121,8 @@ final class ArticleSchema continue; } + $oCmdFLow = ServiceArticleCmd::startWithO($oArticleSchema)->moveToLog($sCmdKey); + echo($sHttpResult); //// 丑陋缝补一下