only group by country on dxcc list
这个提交包含在:
父节点
cd42aef843
当前提交
c3da1f4418
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -103,7 +103,7 @@ class DXCC extends CI_Model {
|
|||
"select COL_COUNTRY, COL_MODE, COL_PROP_MODE as COL_PROP_MODE, count(COL_COUNTRY) as cnt
|
||||
from ".$this->config->item('table_name')."
|
||||
where station_id = ".$station_id." AND COL_PROP_MODE = \"SAT\"
|
||||
group by COL_COUNTRY, COL_PROP_MODE"
|
||||
group by COL_COUNTRY"
|
||||
);
|
||||
|
||||
foreach($satellite_data->result() as $row){
|
||||
|
|
|
|||
正在加载…
在新工单中引用