Bugfix for dxcc_lookup in logbook_model
这个提交包含在:
		
							父节点
							
								
									df7d80b537
								
							
						
					
					
						当前提交
						118d652f8c
					
				
					共有  1 个文件被更改,包括 1 次插入 和 1 次删除
				
			
		|  | @ -2245,7 +2245,7 @@ class Logbook_model extends CI_Model { | |||
| 
 | ||||
|     public function dxcc_lookup($call, $date){ | ||||
| 
 | ||||
| 		$dxcc_exceptions = $this->db->select('`entity`, `adif`, `cqz`') | ||||
| 		$dxcc_exceptions = $this->db->select('*') | ||||
| 				->where('call', $call) | ||||
| 				->where('(start <= CURDATE()') | ||||
| 				->or_where('start is null', NULL, false) | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用