Fix dxcc_lookup query for dxcc_exceptions
这个提交包含在:
父节点
234ec52f1b
当前提交
3b57245cd9
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用