diff --git a/app/Domains/Virtual/Commands/Schedule/VdActivated.php b/app/Domains/Virtual/Commands/Schedule/VdActivated.php index 49ae080b..a053a148 100644 --- a/app/Domains/Virtual/Commands/Schedule/VdActivated.php +++ b/app/Domains/Virtual/Commands/Schedule/VdActivated.php @@ -86,6 +86,8 @@ class VdActivated extends Command app(CardRepository::class)->forgetCached(); app(OrderCardPartitionRepository::class)->forgetCached(); + + $this->line('结束同步已在VD上未激活卡的激活数据'); } protected function getDateTime()