* Date: 2026-5-30 */ if (!defined('ROOT_PATH')) { exit('Access Denied'); } if (!isset($recruit) && isset($id) && $id > 0) { $recruit = $db->fetch("SELECT r.*, c.channel_name FROM {$db->table('recruit')} r LEFT JOIN {$db->table('channel')} c ON r.channel_id=c.id WHERE r.id=? AND r.status=1", [$id]); } $pageTitle = htmlspecialchars($recruit['title'] ?? '招聘详情'); require_once __DIR__ . '/_header.php'; ?>
人才招聘
    您的位置: 首页 >> 招聘详情