搜索null时
$map = []; $map[] = ['a.admin_id|a.department','null',''];
搜索不为null 时
$map = []; $map[] = ['a.admin_id|a.department','not null',''];