Update satellite distances worked combo box to sort by satellite name
这个提交包含在:
父节点
9f0d318b9e
当前提交
1fd891f0c4
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -36,7 +36,7 @@ class Distances_model extends CI_Model
|
|||
$station_id = $CI->Stations->find_active();
|
||||
|
||||
// get all worked sats from database
|
||||
$sql = "SELECT distinct col_sat_name FROM ".$this->config->item('table_name')." WHERE station_id = ".$station_id . " and coalesce(col_sat_name, '') <> ''";
|
||||
$sql = "SELECT distinct col_sat_name FROM ".$this->config->item('table_name')." WHERE station_id = ".$station_id . " and coalesce(col_sat_name, '') <> '' ORDER BY col_sat_name";
|
||||
|
||||
$data = $this->db->query($sql);
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用