📅  最后修改于: 2022-03-11 15:02:25.210000             🧑  作者: Mango
$this->db->select('*');
$this->db->from('rankcertificate');
$this->db->where('cin', $user);
$this->db->where('year', '14/15' or 'year', '18/19' or 'year', '19/20' or 'year', '20/21' or 'year', '21/22');
$query = $this->db->get();