if ($salary_max) {
            $where[] = "j.job_salary <= ?";
            $params[] = $salary_max;
        }