no message

This commit is contained in:
hellcat 2026-03-19 20:31:46 +08:00
parent 33c00e8e54
commit 969dc8bd64

View File

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