no message
This commit is contained in:
parent
6a91ea96a3
commit
0015d1a879
@ -5,6 +5,7 @@
|
|||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use App\Models\Articles;
|
use App\Models\Articles;
|
||||||
use Illuminate\Support\Facades\Cache;
|
use Illuminate\Support\Facades\Cache;
|
||||||
|
use App\Services\CacheService;
|
||||||
|
|
||||||
class SyncArticleLikes extends Command
|
class SyncArticleLikes extends Command
|
||||||
{
|
{
|
||||||
@ -60,6 +61,8 @@ public function handle()
|
|||||||
Cache::put($sLockKey, 1, now()->addDay());
|
Cache::put($sLockKey, 1, now()->addDay());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CacheService::updateOrderLikes();
|
||||||
|
|
||||||
$this->comment("本次任务结束:{$iBurstCount} 篇爆发增长,{$iYearlyCount} 篇全年喜提。");
|
$this->comment("本次任务结束:{$iBurstCount} 篇爆发增长,{$iYearlyCount} 篇全年喜提。");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user