不用管激活
This commit is contained in:
parent
76189c6029
commit
08e097e7ab
@ -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]);
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user