Fix dxcc_lookup query for dxcc_exceptions

这个提交包含在:
Chris Tabor 2021-10-09 12:34:09 -07:00
父节点 234ec52f1b
当前提交 3b57245cd9

查看文件

@ -2216,8 +2216,8 @@ class Logbook_model extends CI_Model {
$dxcc_exceptions = $this->db->select('`entity`, `adif`, `cqz`')
->where('call', $call)
->where('(start <= CURDATE()')
->or_where('start is null', NULL, false)
->where('end >= CURDATE()')
->or_where('start is null)', NULL, false)
->where('(end >= CURDATE()')
->or_where('end is null)', NULL, false)
->get('dxcc_exceptions');