diff --git a/app/Domains/Real/Commands/Sync/RefundSync.php b/app/Domains/Real/Commands/Sync/RefundSync.php index f11747fd..c8f45192 100644 --- a/app/Domains/Real/Commands/Sync/RefundSync.php +++ b/app/Domains/Real/Commands/Sync/RefundSync.php @@ -45,7 +45,7 @@ class RefundSync extends Command DB::table('virtual_order_cards_partition') ->whereIn('sim', $item->sim) ->where('created_at', '<=', $item->create_time) - ->whereNull('service_start_at') + // ->whereNull('service_start_at') ->update(['refunded_at' => $item->create_time]); } });