added Bandfilter when pulling from cache
这个提交包含在:
		
							父节点
							
								
									61d0858313
								
							
						
					
					
						当前提交
						cd373c3fbd
					
				
					共有  1 个文件被更改,包括 1 次插入 和 1 次删除
				
			
		|  | @ -7,7 +7,7 @@ class Dxcluster_model extends CI_Model { | ||||||
| 		$this->load->helper(array('psr4_autoloader')); | 		$this->load->helper(array('psr4_autoloader')); | ||||||
| 	    $CI =& get_instance(); | 	    $CI =& get_instance(); | ||||||
| 	    if ( ($this->optionslib->get_option('dxcache_url') != '') ) { | 	    if ( ($this->optionslib->get_option('dxcache_url') != '') ) { | ||||||
| 		    $dxcache_url = $this->optionslib->get_option('dxcache_url').'/spots/'; | 		    $dxcache_url = $this->optionslib->get_option('dxcache_url').'/spots/'.$band; | ||||||
| 		    $CI->load->model('logbooks_model'); | 		    $CI->load->model('logbooks_model'); | ||||||
| 			$CI->load->model('logbook_model'); | 			$CI->load->model('logbook_model'); | ||||||
| 		    $logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook')); | 		    $logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook')); | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用