no message

This commit is contained in:
hellcat 2026-03-19 20:21:01 +08:00
parent 4211a787d0
commit 33c00e8e54

View File

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