no message

This commit is contained in:
hellcat 2026-01-15 14:19:31 +08:00
parent d73d851aba
commit dec2fd03ea

View File

@ -49,6 +49,10 @@ final class CacheTg
$oArticleCache = ModelArticleCache::where("status", 1)->get();
if ($oArticleCache->isEmpty()) {
return $oFlow->done("没有要处理的数据");
}
// 第一步格式化通用tgSchema
$aDataMix["data"] = [];
foreach ($oArticleCache as $oArticleCacheRow) {