whereNull
This commit is contained in:
parent
f83701b303
commit
65f0282a36
@ -92,7 +92,7 @@ class CardService extends Service
|
||||
break;
|
||||
|
||||
case 4:
|
||||
$res = Card::selectRaw('DISTINCT(sim) sim, created_at')->whereNull('cancelled_at')->orderBy('created_at', 'desc')->paginate($limit);
|
||||
$res = Card::selectRaw('sim, created_at')->whereNull('cancelled_at')->orderBy('created_at', 'desc')->paginate($limit);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user