|
|
|
|
@ -77,6 +77,9 @@ class GateController extends CommonController
|
|
|
|
|
if (isset($all['code'])) {
|
|
|
|
|
$query->where('code', $all['code']);
|
|
|
|
|
}
|
|
|
|
|
if (isset($all['person_no'])) {
|
|
|
|
|
$query->where('person_no', $all['person_no']);
|
|
|
|
|
}
|
|
|
|
|
if (isset($all['idcard'])) {
|
|
|
|
|
$query->where('idcard', $all['idcard']);
|
|
|
|
|
}
|
|
|
|
|
|