Merge pull request #2073 from phl0/fixReassignFunction
这个提交包含在:
		
						当前提交
						e0a04cbe41
					
				
					共有  1 个文件被更改,包括 1 次插入 和 1 次删除
				
			
		|  | @ -3637,7 +3637,7 @@ class Logbook_model extends CI_Model { | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public function check_for_station_id() { |     public function check_for_station_id() { | ||||||
|       $this->db->where('station_id =', 'NULL'); |       $this->db->where('station_id =', NULL); | ||||||
|       $query = $this->db->get($this->config->item('table_name')); |       $query = $this->db->get($this->config->item('table_name')); | ||||||
|       if($query->num_rows() >= 1) { |       if($query->num_rows() >= 1) { | ||||||
|         return 1; |         return 1; | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用