|
|
$info = MemberCheck::where(['status' => 1, 'paid' => 1])->where(compact('type', 'name'));
|
|
$info = MemberCheck::where(['status' => 1, 'paid' => 1])->where(compact('type', 'name'));
|
|
|
if ($type == 1) $info = $info->where('idcard', $idcard);
|
|
if ($type == 1) $info = $info->where('idcard', $idcard);
|