no message
This commit is contained in:
parent
d73d851aba
commit
dec2fd03ea
@ -49,6 +49,10 @@ final class CacheTg
|
|||||||
|
|
||||||
$oArticleCache = ModelArticleCache::where("status", 1)->get();
|
$oArticleCache = ModelArticleCache::where("status", 1)->get();
|
||||||
|
|
||||||
|
if ($oArticleCache->isEmpty()) {
|
||||||
|
return $oFlow->done("没有要处理的数据");
|
||||||
|
}
|
||||||
|
|
||||||
// 第一步,格式化通用tgSchema
|
// 第一步,格式化通用tgSchema
|
||||||
$aDataMix["data"] = [];
|
$aDataMix["data"] = [];
|
||||||
foreach ($oArticleCache as $oArticleCacheRow) {
|
foreach ($oArticleCache as $oArticleCacheRow) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user