From 08e097e7ab23aa422d87b93a950bca6919db5cbe Mon Sep 17 00:00:00 2001 From: denghy Date: Mon, 13 May 2019 10:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E7=94=A8=E7=AE=A1=E6=BF=80=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Domains/Real/Commands/Sync/RefundSync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); } });