array
This commit is contained in:
parent
4e3d2dc6e2
commit
9a30a5c95b
@ -231,7 +231,7 @@ class FlowPoolService extends Service
|
||||
DB::transaction(function () use ($poolId, $simArray) {
|
||||
foreach (array_chunk($simArray, 20000) as $chunk) {
|
||||
$array = app(OrderCardRepository::class)->select(['sim', 'package_id'])->withConditions(['sim' => $chunk])
|
||||
->get()->pluck('package_id', 'sim')->toArray();
|
||||
->get()->pluck('package_id', 'sim')->toArray();
|
||||
|
||||
$data = [];
|
||||
|
||||
@ -417,13 +417,10 @@ class FlowPoolService extends Service
|
||||
}
|
||||
|
||||
foreach ($setting as $item) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$array =
|
||||
|
||||
/**
|
||||
* 流量池卡详情
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user