Correct logic to send eQSLs
now the eQSLs where send if the status is 'N' or NULL
这个提交包含在:
		
							父节点
							
								
									1f53fceb26
								
							
						
					
					
						当前提交
						93309ba501
					
				
					共有  1 个文件被更改,包括 2 次插入 和 2 次删除
				
			
		|  | @ -972,8 +972,8 @@ class Logbook_model extends CI_Model { | ||||||
|       $this->db->from('station_profile'); |       $this->db->from('station_profile'); | ||||||
|       $this->db->join($this->config->item('table_name'),'station_profile.station_id = '.$this->config->item('table_name').'.station_id','left'); |       $this->db->join($this->config->item('table_name'),'station_profile.station_id = '.$this->config->item('table_name').'.station_id','left'); | ||||||
|       $this->db->where('station_profile.eqslqthnickname !=', ''); |       $this->db->where('station_profile.eqslqthnickname !=', ''); | ||||||
|       $this->db->or_where($this->config->item('table_name').'.COL_EQSL_QSL_SENT !=', 'Y'); |       $this->db->where($this->config->item('table_name').'.COL_EQSL_QSL_SENT !=', 'Y'); | ||||||
|       $this->db->or_where($this->config->item('table_name').'.COL_EQSL_QSL_SENT !=', 'I'); |       $this->db->where($this->config->item('table_name').'.COL_EQSL_QSL_SENT !=', 'I'); | ||||||
|       $this->db->or_where(array($this->config->item('table_name').'.COL_EQSL_QSL_SENT' => NULL)); |       $this->db->or_where(array($this->config->item('table_name').'.COL_EQSL_QSL_SENT' => NULL)); | ||||||
|       return $this->db->get(); |       return $this->db->get(); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用