[Custom Map] Fixed filtering query with group. All QSOs would load without
这个提交包含在:
		
							父节点
							
								
									724971d1e7
								
							
						
					
					
						当前提交
						4e1b398d64
					
				
					共有  1 个文件被更改,包括 2 次插入 和 0 次删除
				
			
		|  | @ -1306,8 +1306,10 @@ class Logbook_model extends CI_Model { | ||||||
|       } |       } | ||||||
| 
 | 
 | ||||||
|       if ($mode != 'All') { |       if ($mode != 'All') { | ||||||
|  |         $this->db->group_start(); | ||||||
|         $this->db->where("COL_MODE", $mode); |         $this->db->where("COL_MODE", $mode); | ||||||
|         $this->db->or_where("COL_SUBMODE", $mode); |         $this->db->or_where("COL_SUBMODE", $mode); | ||||||
|  | 				$this->db->group_end(); | ||||||
|       } |       } | ||||||
| 
 | 
 | ||||||
|       if ($propagation != 'All') { |       if ($propagation != 'All') { | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用