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