x
This commit is contained in:
commit
b21dfbcbe7
@ -63,7 +63,7 @@ class CardService extends Service
|
|||||||
$limit = $conditions['limit'] ?? 20;
|
$limit = $conditions['limit'] ?? 20;
|
||||||
$conditions['type'] = [0, 1, 2];
|
$conditions['type'] = [0, 1, 2];
|
||||||
|
|
||||||
$query = $this->orderCardPartitionRepository->selectRaw('sim')->withConditions($conditions)->applyConditions();
|
$query = $this->orderCardPartitionRepository->selectRaw('sim')->withConditions($conditions);
|
||||||
|
|
||||||
switch ($conditions['card_status']) {
|
switch ($conditions['card_status']) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user