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); //// 丑陋缝补一下